wok diff lv2/receipt @ rev 21624

updated ogmrip (0.13.7 -> 1.0.1)
author Hans-G?nter Theisgen
date Mon May 27 14:14:39 2019 +0100 (2019-05-27)
parents 8dd8bab3f0ca
children c71df21187b4
line diff
     1.1 --- a/lv2/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/lv2/receipt	Mon May 27 14:14:39 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