jsoncpp: new package at 1.8.4

This commit is contained in:
Dylan Araps 2019-07-25 09:54:18 +03:00
parent 8db36dd8dc
commit c314ee441f
5 changed files with 15 additions and 0 deletions

11
testing/jsoncpp/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=1 \
-DJSONCPP_WITH_TESTS=0 \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6 1.8.4.tar.gz

1
testing/jsoncpp/depends Normal file
View File

@ -0,0 +1 @@
cmake make

1
testing/jsoncpp/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz

1
testing/jsoncpp/version Normal file
View File

@ -0,0 +1 @@
1.8.4 1