wok view lv2/receipt @ rev 22704

updated etherape (0.9.14 -> 0.9.18)
author Hans-G?nter Theisgen
date Tue Jan 21 16:30:47 2020 +0100 (2020-01-21)
parents 304f90c70e70
children ede1d184d5c5
line source
1 # SliTaz package receipt.
3 PACKAGE="lv2"
4 VERSION="1.16.0"
5 CATEGORY="development"
6 SHORT_DESC="Portable plugin standard for audio systems."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://lv2plug.in/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://lv2plug.in/spec/$TARBALL"
14 DEPENDS="libsndfile"
15 BUILD_DEPENDS="pkg-config libsndfile-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./waf configure --prefix=/usr &&
21 ./waf build &&
22 ./waf install --destdir=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs/
29 }