wok view caps/receipt @ rev 18520

Up: tazpkg-test(851): new fr.po
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 22:20:52 2015 +0200 (2015-10-25)
parents 00c51b3a010b
children f85199bb75ff
line source
1 # SliTaz package receipt.
3 PACKAGE="caps"
4 VERSION="0.4.4"
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"
10 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
11 WGET_URL="http://quitte.de/dsp/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
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 }