wok-6.x rev 23132
updated lilv (0.14.4 -> 0.24.6)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 14 13:44:55 2020 +0100 (2020-03-14) |
parents | fc1aa8675fab |
children | 9d5a48cd7bf5 |
files | lilv/receipt |
line diff
1.1 --- a/lilv/receipt Sat Mar 14 13:38:52 2020 +0100 1.2 +++ b/lilv/receipt Sat Mar 14 13:44:55 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 }