wok-next view caps/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
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="GPL3"
9 WEB_SITE="http://quitte.de/dsp/caps.html"
11 TARBALL="${PACKAGE}_$VERSION.tar.bz2"
12 WGET_URL="http://quitte.de/dsp/$TARBALL"
14 BUILD_DEPENDS="python"
16 compile_rules()
17 {
18 ./configure.py &&
19 make &&
20 make PREFIX=$install/usr install
21 }
23 genpkg_rules()
24 {
25 copy @std
26 }