# HG changeset patch # User Hans-G?nter Theisgen # Date 1658299809 -3600 # Node ID 82befb1c4c20d0417648eb79b558aa5dab478bdf # Parent f1a65d93df2f1755c474e856710f50bd48d38c12 updated serd (0.30.2 -> 0.30.12) diff -r f1a65d93df2f -r 82befb1c4c20 serd-dev/receipt --- a/serd-dev/receipt Wed Jul 20 07:25:56 2022 +0100 +++ b/serd-dev/receipt Wed Jul 20 07:50:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="serd-dev" -VERSION="0.30.2" +VERSION="0.30.12" CATEGORY="development" SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,8 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cook_copy_folders include + cook_copy_folders pkgconfig } diff -r f1a65d93df2f -r 82befb1c4c20 serd/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/serd/description.txt Wed Jul 20 07:50:09 2022 +0100 @@ -0,0 +1,5 @@ +Serd is a lightweight C library for RDF syntax which supports reading +and writing Turtle, TRiG, NTriples, and NQuads. +Serd is suitable for performance-critical or resource-limited applications, +such as serialising very large data sets, network protocols, or embedded +systems that require minimal dependencies and lightweight deployment. diff -r f1a65d93df2f -r 82befb1c4c20 serd/receipt --- a/serd/receipt Wed Jul 20 07:25:56 2022 +0100 +++ b/serd/receipt Wed Jul 20 07:50:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="serd" -VERSION="0.30.2" +VERSION="0.30.12" CATEGORY="development" SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,7 +9,7 @@ WEB_SITE="https://drobilla.net/software/serd.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://download.drobilla.net/$TARBALL" +WGET_URL="https://download.drobilla.net/$TARBALL" DEPENDS="gcc83-lib-base" BUILD_DEPENDS="gcc83"