forked from kiss-community/repo
jsoncpp: new package at 1.8.4
This commit is contained in:
parent
8db36dd8dc
commit
c314ee441f
11
testing/jsoncpp/build
Executable file
11
testing/jsoncpp/build
Executable 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
|
1
testing/jsoncpp/checksums
Normal file
1
testing/jsoncpp/checksums
Normal file
@ -0,0 +1 @@
|
||||
c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6 1.8.4.tar.gz
|
1
testing/jsoncpp/depends
Normal file
1
testing/jsoncpp/depends
Normal file
@ -0,0 +1 @@
|
||||
cmake make
|
1
testing/jsoncpp/sources
Normal file
1
testing/jsoncpp/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz
|
1
testing/jsoncpp/version
Normal file
1
testing/jsoncpp/version
Normal file
@ -0,0 +1 @@
|
||||
1.8.4 1
|
Loading…
Reference in New Issue
Block a user