wok view lilv/receipt @ rev 14580

Fix wrong name and add ntfs-3g depends
author Stanislas Leduc <shann@slitaz.org>
date Sat May 25 20:31:54 2013 +0200 (2013-05-25)
parents
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="lilv"
4 VERSION="0.14.4"
5 CATEGORY="development"
6 SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://drobilla.net/software/lilv/"
10 WGET_URL="http://download.drobilla.net/$TARBALL"
12 DEPENDS="serd sord sratom"
13 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev sratom"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./waf configure --prefix=/usr &&
20 ./waf build &&
21 ./waf install --destdir=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }