wok view lilv/receipt @ rev 23286

updated perl-algorithm-permute (0.12 -> 0.16)
author Hans-G?nter Theisgen
date Sun Mar 29 14:45:23 2020 +0100 (2020-03-29)
parents 2a5cc8208d36
children ede1d184d5c5
line source
1 # SliTaz package receipt.
3 PACKAGE="lilv"
4 VERSION="0.24.6"
5 CATEGORY="development"
6 SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://drobilla.net/software/lilv/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://download.drobilla.net/$TARBALL"
14 DEPENDS="serd sord sratom"
15 BUILD_DEPENDS="lv2 pkg-config serd-dev sord-dev sratom"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./waf configure --prefix=/usr &&
21 ./waf build &&
22 ./waf install --destdir=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }