wok rev 13383

Add serd & sord
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 22 23:05:11 2012 +0200 (2012-09-22)
parents 0c06068b2963
children 7cc077197fbf
files serd-dev/receipt serd/receipt sord-dev/receipt sord/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/serd-dev/receipt	Sat Sep 22 23:05:11 2012 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="serd-dev"
     1.7 +VERSION="0.18.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://drobilla.net/software/serd/"
    1.12 +WANTED="serd"
    1.13 +
    1.14 +DEPENDS="serd"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/serd/receipt	Sat Sep 22 23:05:11 2012 +0200
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="serd"
     2.7 +VERSION="0.18.0"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.12 +WEB_SITE="http://drobilla.net/software/serd/"
    2.13 +WGET_URL="http://download.drobilla.net/$TARBALL"
    2.14 +
    2.15 +DEPENDS=""
    2.16 +BUILD_DEPENDS=""
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +	cd $src
    2.22 +	./waf configure --prefix=/usr &&
    2.23 +	./waf build &&
    2.24 +	./waf install --destdir=$DESTDIR
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr/lib
    2.31 +	cp -a $install/usr/bin $fs/usr
    2.32 +	cp -a $install/usr/lib/lib* $fs/usr/lib
    2.33 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/sord-dev/receipt	Sat Sep 22 23:05:11 2012 +0200
     3.3 @@ -0,0 +1,20 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="sord-dev"
     3.7 +VERSION="0.8.0"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="A lightweight C library for storing RDF data in memory, development files."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.12 +WEB_SITE="http://drobilla.net/software/sord/"
    3.13 +WANTED="sord"
    3.14 +
    3.15 +DEPENDS="sord"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib
    3.21 +	cp -a $install/usr/include $fs/usr
    3.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.23 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/sord/receipt	Sat Sep 22 23:05:11 2012 +0200
     4.3 @@ -0,0 +1,30 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="sord"
     4.7 +VERSION="0.8.0"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="A lightweight C library for storing RDF data in memory."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.12 +WEB_SITE="http://drobilla.net/software/sord/"
    4.13 +WGET_URL="http://download.drobilla.net/$TARBALL"
    4.14 +
    4.15 +DEPENDS="serd pcre"
    4.16 +BUILD_DEPENDS="pkg-config serd-dev pcre"
    4.17 +
    4.18 +# Rules to configure and make the package.
    4.19 +compile_rules()
    4.20 +{
    4.21 +	cd $src
    4.22 +	./waf configure --prefix=/usr &&
    4.23 +	./waf build &&
    4.24 +	./waf install --destdir=$DESTDIR
    4.25 +}
    4.26 +
    4.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 +genpkg_rules()
    4.29 +{
    4.30 +	mkdir -p $fs/usr/lib
    4.31 +	cp -a $install/usr/bin $fs/usr
    4.32 +	cp -a $install/usr/lib/lib* $fs/usr/lib
    4.33 +}