wok view caps/receipt @ rev 21804

Up vlc (3.0.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 18:25:28 2019 +0200 (2019-08-15)
parents 7896f0694ef6
children 2a0479881723
line source
1 # SliTaz package receipt.
3 PACKAGE="caps"
4 VERSION="0.9.26"
5 CATEGORY="multimedia"
6 SHORT_DESC="The CAPS Audio Plugin Suite."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://quitte.de/dsp/caps.html"
11 TARBALL="${PACKAGE}_${VERSION}.tar.bz2"
12 WGET_URL="http://quitte.de/dsp/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure.py
21 make rdf
22 make caps.so
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib/ladspa $fs/usr/share/ladspa/rdf
29 cp $src/caps.rdf $fs/usr/share/ladspa/rdf
30 cp -a $src/caps.so $fs/usr/lib/ladspa
31 }