wok-next diff lv2/receipt @ rev 20936

Update cmake
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:44:57 2018 +0300 (2018-08-24)
parents 2a5cc8208d36
children d5aab818505e
line diff
     1.1 --- a/lv2/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lv2/receipt	Fri Aug 24 15:44:57 2018 +0300
     1.3 @@ -1,29 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lv2"
     1.8 -VERSION="1.0.0"
     1.9 +VERSION="1.14.0"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Portable plugin standard for audio systems."
    1.12 +SHORT_DESC="Portable plugin standard for audio systems"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="http://lv2plug.in/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://lv2plug.in/trac/"
    1.19  WGET_URL="http://lv2plug.in/spec/$TARBALL"
    1.20  
    1.21 -DEPENDS="libsndfile"
    1.22 -BUILD_DEPENDS="pkg-config libsndfile-dev"
    1.23 +BUILD_DEPENDS="libsndfile-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	cd $src
    1.29 +compile_rules() {
    1.30  	./waf configure --prefix=/usr &&
    1.31  	./waf build &&
    1.32  	./waf install --destdir=$DESTDIR
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	cp -a $install/* $fs/
    1.40 +	DEPENDS="libsndfile"
    1.41  }