wok annotate lilv/receipt @ rev 22530

systemd: added dependencies libwrap and pam
author Hans-G?nter Theisgen
date Fri Jan 03 07:13:19 2020 +0100 (2020-01-03)
parents 2a1852262142
children b9b707621001
rev   line source
pascal@13387 1 # SliTaz package receipt.
pascal@13387 2
pascal@13387 3 PACKAGE="lilv"
pascal@13387 4 VERSION="0.14.4"
pascal@13387 5 CATEGORY="development"
pascal@13387 6 SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
pascal@13387 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="MIT"
pascal@13387 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13387 10 WEB_SITE="http://drobilla.net/software/lilv/"
pascal@13387 11 WGET_URL="http://download.drobilla.net/$TARBALL"
pascal@13387 12
pascal@13387 13 DEPENDS="serd sord sratom"
pascal@13387 14 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev sratom"
pascal@13387 15
pascal@13387 16 # Rules to configure and make the package.
pascal@13387 17 compile_rules()
pascal@13387 18 {
pascal@13387 19 cd $src
pascal@13387 20 ./waf configure --prefix=/usr &&
pascal@13387 21 ./waf build &&
pascal@13387 22 ./waf install --destdir=$DESTDIR
pascal@13387 23 }
pascal@13387 24
pascal@13387 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13387 26 genpkg_rules()
pascal@13387 27 {
pascal@13387 28 cp -a $install/* $fs
pascal@13387 29 }