
Receipt for package "lilv"
# SliTaz package receipt. PACKAGE="lilv" 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.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://download.drobilla.net/$TARBALL" DEPENDS="serd sord sratom" BUILD_DEPENDS="lv2 pkg-config serd-dev sord-dev sratom" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./waf configure --prefix=/usr && ./waf build && ./waf install --destdir=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)