wok-next diff lilv/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents 2a5cc8208d36
children d5aab818505e
line diff
     1.1 --- a/lilv/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lilv/receipt	Sun Sep 23 04:37:56 2018 +0300
     1.3 @@ -1,29 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lilv"
     1.8 -VERSION="0.14.4"
     1.9 +VERSION="0.24.2"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="http://drobilla.net/software/lilv/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://drobilla.net/software/lilv/"
    1.18  WGET_URL="http://download.drobilla.net/$TARBALL"
    1.19  
    1.20 -DEPENDS="serd sord sratom"
    1.21 -BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev sratom"
    1.22 +BUILD_DEPENDS="lv2 serd-dev sord-dev sratom"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	cd $src
    1.28 +compile_rules() {
    1.29  	./waf configure --prefix=/usr &&
    1.30  	./waf build &&
    1.31  	./waf install --destdir=$DESTDIR
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 +genpkg_rules() {
    1.38  	cp -a $install/* $fs
    1.39 +	DEPENDS="serd sord sratom"
    1.40  }