wok-next annotate lilv/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@20470 1 # SliTaz package receipt v2.
pascal@13387 2
pascal@13387 3 PACKAGE="lilv"
al@20470 4 VERSION="0.24.2"
pascal@13387 5 CATEGORY="development"
al@21020 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"
al@21041 9 WEB_SITE="http://drobilla.net/software/lilv"
al@20470 10
pascal@13387 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13387 12 WGET_URL="http://download.drobilla.net/$TARBALL"
pascal@13387 13
al@20470 14 BUILD_DEPENDS="lv2 serd-dev sord-dev sratom"
pascal@13387 15
al@20470 16 compile_rules() {
pascal@13387 17 ./waf configure --prefix=/usr &&
pascal@13387 18 ./waf build &&
al@21020 19 ./waf install --destdir=$install
pascal@13387 20 }
pascal@13387 21
al@20470 22 genpkg_rules() {
pascal@13387 23 cp -a $install/* $fs
al@20470 24 DEPENDS="serd sord sratom"
pascal@13387 25 }