# HG changeset patch # User Hans-G?nter Theisgen # Date 1647096393 -3600 # Node ID 0f28e2050421db1e44afd0e1983c48496dc48328 # Parent 82ef250478f793e906ae9d7475c7709640f60467 updated jsoncpp (1.9.2 -> 1.9.5) diff -r 82ef250478f7 -r 0f28e2050421 jsoncpp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jsoncpp/description.txt Sat Mar 12 15:46:33 2022 +0100 @@ -0,0 +1,10 @@ +JSON (JavaScript Object Notation) is a lightweight data-interchange format. +It can represent integer, real number, string, an ordered sequence of value, +and a collection of name-value pairs. + + +Features of jsoncpp + +* Read and write JSON document. +* Attach C and C++ style comments to element during parsing. +* Rewrite JSON document preserving original comments. diff -r 82ef250478f7 -r 0f28e2050421 jsoncpp/receipt --- a/jsoncpp/receipt Sat Mar 12 15:29:40 2022 +0100 +++ b/jsoncpp/receipt Sat Mar 12 15:46:33 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="jsoncpp" -VERSION="1.9.2" +VERSION="1.9.5" CATEGORY="misc" SHORT_DESC="A C++ library for interacting with JSON." MAINTAINER="pascal.bellard@slitaz.org" @@ -26,13 +26,13 @@ export CC=gcc-83 export CXX=g++-83 - mkdir build && - cd build && + mkdir _build && + cd _build && cmake .. \ - -DCMAKE_CXX_FLAGS="-ffloat-store" \ - -DCMAKE_INSTALL_PREFIX=/usr && + -D CMAKE_CXX_FLAGS="-ffloat-store" \ + -D CMAKE_INSTALL_PREFIX=/usr && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.