wok view caps/receipt @ rev 14959

evas: fix bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:35:08 2013 +0200 (2013-08-08)
parents 0f2ea1767e2f
children 7896f0694ef6
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 WEB_SITE="http://quitte.de/dsp/caps.html"
9 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
10 WGET_URL="http://quitte.de/dsp/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure.py
20 make rdf
21 make caps.so
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/ladspa $fs/usr/share/ladspa/rdf
28 cp $src/caps.rdf $fs/usr/share/ladspa/rdf
29 cp -a $src/caps.so $fs/usr/lib/ladspa
30 }