# HG changeset patch # User Hans-G?nter Theisgen # Date 1584189895 -3600 # Node ID b9b7076210016ec582e006ed0145e4787d5e1f01 # Parent fc1aa8675fabd30b30103c5f0a089ebdd3f9e865 updated lilv (0.14.4 -> 0.24.6) diff -r fc1aa8675fab -r b9b707621001 lilv/receipt --- a/lilv/receipt Sat Mar 14 13:38:52 2020 +0100 +++ b/lilv/receipt Sat Mar 14 13:44:55 2020 +0100 @@ -1,22 +1,22 @@ # SliTaz package receipt. PACKAGE="lilv" -VERSION="0.14.4" +VERSION="0.24.6" CATEGORY="development" SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://drobilla.net/software/lilv/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://drobilla.net/software/lilv/" -WGET_URL="http://download.drobilla.net/$TARBALL" +WGET_URL="https://download.drobilla.net/$TARBALL" DEPENDS="serd sord sratom" -BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev sratom" +BUILD_DEPENDS="lv2 pkg-config serd-dev sord-dev sratom" # Rules to configure and make the package. compile_rules() { - cd $src ./waf configure --prefix=/usr && ./waf build && ./waf install --destdir=$DESTDIR @@ -25,5 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }