# HG changeset patch # User Hans-G?nter Theisgen # Date 1555941546 -3600 # Node ID 304f90c70e7005d9d936a30e63e8732623bd88ff # Parent 2ad4096bba9682eae151e9f292cc02df22febaf9 updated lv2 (1.0.0 -> 1.16.0) diff -r 2ad4096bba96 -r 304f90c70e70 lv2/receipt --- a/lv2/receipt Mon Apr 22 14:53:33 2019 +0100 +++ b/lv2/receipt Mon Apr 22 14:59:06 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="lv2" -VERSION="1.0.0" +VERSION="1.16.0" CATEGORY="development" SHORT_DESC="Portable plugin standard for audio systems." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="http://lv2plug.in/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://lv2plug.in/" WGET_URL="http://lv2plug.in/spec/$TARBALL" DEPENDS="libsndfile" @@ -16,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./waf configure --prefix=/usr && ./waf build && ./waf install --destdir=$DESTDIR