wok rev 21389
updated lv2 (1.0.0 -> 1.16.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 22 14:59:06 2019 +0100 (2019-04-22) |
parents | 2ad4096bba96 |
children | 346038d5909f |
files | lv2/receipt |
line diff
1.1 --- a/lv2/receipt Mon Apr 22 14:53:33 2019 +0100 1.2 +++ b/lv2/receipt Mon Apr 22 14:59:06 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lv2" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.16.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Portable plugin standard for audio systems." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="http://lv2plug.in/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://lv2plug.in/" 1.17 WGET_URL="http://lv2plug.in/spec/$TARBALL" 1.18 1.19 DEPENDS="libsndfile" 1.20 @@ -16,7 +17,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 ./waf configure --prefix=/usr && 1.26 ./waf build && 1.27 ./waf install --destdir=$DESTDIR