wok annotate lilv/receipt @ 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
children 2a5cc8208d36
rev   line source
pascal@13387 1 # SliTaz package receipt.
pascal@13387 2
pascal@13387 3 PACKAGE="lilv"
pascal@13387 4 VERSION="0.14.4"
pascal@13387 5 CATEGORY="development"
pascal@13387 6 SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
pascal@13387 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13387 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13387 9 WEB_SITE="http://drobilla.net/software/lilv/"
pascal@13387 10 WGET_URL="http://download.drobilla.net/$TARBALL"
pascal@13387 11
pascal@13387 12 DEPENDS="serd sord sratom"
pascal@13387 13 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev sratom"
pascal@13387 14
pascal@13387 15 # Rules to configure and make the package.
pascal@13387 16 compile_rules()
pascal@13387 17 {
pascal@13387 18 cd $src
pascal@13387 19 ./waf configure --prefix=/usr &&
pascal@13387 20 ./waf build &&
pascal@13387 21 ./waf install --destdir=$DESTDIR
pascal@13387 22 }
pascal@13387 23
pascal@13387 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13387 25 genpkg_rules()
pascal@13387 26 {
pascal@13387 27 cp -a $install/* $fs
pascal@13387 28 }