wok rev 24692

updated jsoncpp (1.9.2 -> 1.9.5)
author Hans-G?nter Theisgen
date Sat Mar 12 15:46:33 2022 +0100 (2022-03-12)
parents 82ef250478f7
children fba451138c89
files jsoncpp/description.txt jsoncpp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jsoncpp/description.txt	Sat Mar 12 15:46:33 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +JSON (JavaScript Object Notation) is a lightweight data-interchange format.
     1.5 +It can represent integer, real number, string, an ordered sequence of value,
     1.6 +and a collection of name-value pairs.
     1.7 +
     1.8 +
     1.9 +Features of jsoncpp
    1.10 +
    1.11 +* Read and write JSON document.
    1.12 +* Attach C and C++ style comments to element during parsing.
    1.13 +* Rewrite JSON document preserving original comments.
     2.1 --- a/jsoncpp/receipt	Sat Mar 12 15:29:40 2022 +0100
     2.2 +++ b/jsoncpp/receipt	Sat Mar 12 15:46:33 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="jsoncpp"
     2.7 -VERSION="1.9.2"
     2.8 +VERSION="1.9.5"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="A C++ library for interacting with JSON."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -26,13 +26,13 @@
    2.13  	export	CC=gcc-83
    2.14  	export	CXX=g++-83
    2.15  
    2.16 -	mkdir	build &&
    2.17 -	cd	build &&
    2.18 +	mkdir	_build &&
    2.19 +	cd	_build &&
    2.20  	cmake	..					\
    2.21 -		-DCMAKE_CXX_FLAGS="-ffloat-store"	\
    2.22 -		-DCMAKE_INSTALL_PREFIX=/usr &&
    2.23 +		-D CMAKE_CXX_FLAGS="-ffloat-store"	\
    2.24 +		-D CMAKE_INSTALL_PREFIX=/usr &&
    2.25  	make &&
    2.26 -	make DESTDIR=$DESTDIR install
    2.27 +	make install DESTDIR=$DESTDIR
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.