wok-next view caps/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }