wok diff lilv/receipt @ rev 23630
updated sarg and sarg-php (2.3.11 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 08:01:58 2020 +0100 (2020-04-17) |
parents | 2a5cc8208d36 |
children | ede1d184d5c5 |
line diff
1.1 --- a/lilv/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lilv/receipt Fri Apr 17 08:01:58 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lilv" 1.7 -VERSION="0.14.4" 1.8 +VERSION="0.24.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://drobilla.net/software/lilv/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://drobilla.net/software/lilv/" 1.17 -WGET_URL="http://download.drobilla.net/$TARBALL" 1.18 +WGET_URL="https://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 pkg-config 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 ./waf configure --prefix=/usr && 1.29 ./waf build && 1.30 ./waf install --destdir=$DESTDIR 1.31 @@ -25,5 +25,5 @@ 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 - cp -a $install/* $fs 1.36 + cp -a $install/* $fs 1.37 }