wok annotate lv2/receipt @ rev 21501
updated mutagen (1.28 -> 1.42.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 15:41:19 2019 +0100 (2019-05-02) |
parents | 8dd8bab3f0ca |
children | c71df21187b4 |
rev | line source |
---|---|
pascal@13384 | 1 # SliTaz package receipt. |
pascal@13384 | 2 |
pascal@13384 | 3 PACKAGE="lv2" |
Hans-G?nter@21389 | 4 VERSION="1.16.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" |
Hans-G?nter@21389 | 9 WEB_SITE="http://lv2plug.in/" |
Hans-G?nter@21389 | 10 |
pascal@13384 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13384 | 12 WGET_URL="http://lv2plug.in/spec/$TARBALL" |
pascal@13384 | 13 |
pascal@13384 | 14 DEPENDS="libsndfile" |
pascal@13384 | 15 BUILD_DEPENDS="pkg-config libsndfile-dev" |
pascal@13384 | 16 |
pascal@13384 | 17 # Rules to configure and make the package. |
pascal@13384 | 18 compile_rules() |
pascal@13384 | 19 { |
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 } |