wok rev 25300

updated serd (0.30.2 -> 0.30.12)
author Hans-G?nter Theisgen
date Wed Jul 20 07:50:09 2022 +0100 (21 months ago)
parents f1a65d93df2f
children 7fb83ac61334
files serd-dev/receipt serd/description.txt serd/receipt
line diff
     1.1 --- a/serd-dev/receipt	Wed Jul 20 07:25:56 2022 +0100
     1.2 +++ b/serd-dev/receipt	Wed Jul 20 07:50:09 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="serd-dev"
     1.7 -VERSION="0.30.2"
     1.8 +VERSION="0.30.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,8 +14,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/include		$fs/usr
    1.19 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_folders	pkgconfig
    1.22  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/serd/description.txt	Wed Jul 20 07:50:09 2022 +0100
     2.3 @@ -0,0 +1,5 @@
     2.4 +Serd is a lightweight C library for RDF syntax which supports reading
     2.5 +and writing Turtle, TRiG, NTriples, and NQuads.
     2.6 +Serd is suitable for performance-critical or resource-limited applications,
     2.7 +such as serialising very large data sets, network protocols, or embedded
     2.8 +systems that require minimal dependencies and lightweight deployment.
     3.1 --- a/serd/receipt	Wed Jul 20 07:25:56 2022 +0100
     3.2 +++ b/serd/receipt	Wed Jul 20 07:50:09 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="serd"
     3.7 -VERSION="0.30.2"
     3.8 +VERSION="0.30.12"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -9,7 +9,7 @@
    3.13  WEB_SITE="https://drobilla.net/software/serd.html"
    3.14  
    3.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.16 -WGET_URL="http://download.drobilla.net/$TARBALL"
    3.17 +WGET_URL="https://download.drobilla.net/$TARBALL"
    3.18  
    3.19  DEPENDS="gcc83-lib-base"
    3.20  BUILD_DEPENDS="gcc83"