wok-next diff lilv/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 6e0553fe45e7
children d457c4e37c1b
line diff
     1.1 --- a/lilv/receipt	Thu Mar 08 23:05:26 2018 +0200
     1.2 +++ b/lilv/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="lilv"
     1.5  VERSION="0.24.2"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
     1.8 +SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="MIT"
    1.11  WEB_SITE="http://drobilla.net/software/lilv/"
    1.12 @@ -16,7 +16,7 @@
    1.13  compile_rules() {
    1.14  	./waf configure --prefix=/usr &&
    1.15  	./waf build &&
    1.16 -	./waf install --destdir=$DESTDIR
    1.17 +	./waf install --destdir=$install
    1.18  }
    1.19  
    1.20  genpkg_rules() {