wok-next annotate lilv/receipt @ rev 21274
gejengel: inserted modification of configure files from cooking
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 15:42:09 2019 +0100 (2019-12-07) |
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 } |