wok-6.x view lv2/receipt @ rev 13397
up xlockmore 5.40. Updated website for util-linux
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Sep 26 11:23:37 2012 +0000 (2012-09-26) |
parents | |
children | 2a5cc8208d36 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lv2"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Portable plugin standard for audio systems."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://lv2plug.in/trac/"
10 WGET_URL="http://lv2plug.in/spec/$TARBALL"
12 DEPENDS="libsndfile"
13 BUILD_DEPENDS="pkg-config libsndfile-dev"
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 }