wok rev 13387

Add sratom & lilv
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 23 18:16:12 2012 +0200 (2012-09-23)
parents c86fbbc54081
children 199632c45ba9
files lilv/receipt sratom/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lilv/receipt	Sun Sep 23 18:16:12 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lilv"
     1.7 +VERSION="0.14.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://drobilla.net/software/lilv/"
    1.13 +WGET_URL="http://download.drobilla.net/$TARBALL"
    1.14 +
    1.15 +DEPENDS="serd sord sratom"
    1.16 +BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev sratom"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	./waf configure --prefix=/usr &&
    1.23 +	./waf build &&
    1.24 +	./waf install --destdir=$DESTDIR
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs
    1.31 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/sratom/receipt	Sun Sep 23 18:16:12 2012 +0200
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="sratom"
     2.7 +VERSION="0.4.0"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.12 +WEB_SITE="http://drobilla.net/software/sratom/"
    2.13 +WGET_URL="http://download.drobilla.net/$TARBALL"
    2.14 +
    2.15 +DEPENDS="serd sord"
    2.16 +BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev"
    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 +	cp -a $install/* $fs
    2.31 +}