wok annotate lv2/receipt @ rev 20991

updated gperiodic (2.0.10 -> 3.0.3)
author Hans-G?nter Theisgen
date Thu Mar 07 16:41:35 2019 +0100 (2019-03-07)
parents 2a5cc8208d36
children 304f90c70e70
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@20672 10 WEB_SITE="http://lv2plug.in/"
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 }