wok annotate lv2/receipt @ rev 17715

aspell, libstatgrab, reiser4progs: add -ltinfo in LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:50:37 2015 +0100 (2015-03-05)
parents 7cc077197fbf
children 8dd8bab3f0ca
rev   line source
pascal@13384 1 # SliTaz package receipt.
pascal@13384 2
pascal@13384 3 PACKAGE="lv2"
pascal@13384 4 VERSION="1.0.0"
pascal@13384 5 CATEGORY="development"
pascal@13384 6 SHORT_DESC="Portable plugin standard for audio systems."
pascal@13384 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="MIT"
pascal@13384 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13384 10 WEB_SITE="http://lv2plug.in/trac/"
pascal@13384 11 WGET_URL="http://lv2plug.in/spec/$TARBALL"
pascal@13384 12
pascal@13384 13 DEPENDS="libsndfile"
pascal@13384 14 BUILD_DEPENDS="pkg-config libsndfile-dev"
pascal@13384 15
pascal@13384 16 # Rules to configure and make the package.
pascal@13384 17 compile_rules()
pascal@13384 18 {
pascal@13384 19 cd $src
pascal@13384 20 ./waf configure --prefix=/usr &&
pascal@13384 21 ./waf build &&
pascal@13384 22 ./waf install --destdir=$DESTDIR
pascal@13384 23 }
pascal@13384 24
pascal@13384 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13384 26 genpkg_rules()
pascal@13384 27 {
pascal@13384 28 cp -a $install/* $fs/
pascal@13384 29 }