jsoncpp: update to 1.7.3.
This commit is contained in:
parent
93d1893618
commit
c0522030ae
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template build file for 'jsoncpp'.
|
||||
pkgname=jsoncpp
|
||||
version=1.7.2
|
||||
version=1.7.3
|
||||
revision=1
|
||||
build_style="cmake"
|
||||
hostmakedepends="cmake"
|
||||
configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON
|
||||
-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF"
|
||||
configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=1
|
||||
-DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0"
|
||||
short_desc="A JSON implementation in C++"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Public Domain or MIT"
|
||||
homepage="http://jsoncpp.sourceforge.net/"
|
||||
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=2179a7df19c1c6dc87e02c65b847efc914625a9b87df3e443d9610fc70c0f557
|
||||
checksum=1cfcad14054039ba97c22531888796cb9369e6353f257aacaad34fda956ada53
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue