wok-next view caps/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents 8940878905f3
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="caps"
4 VERSION="0.9.24"
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 ./configure.py &&
18 make &&
19 make PREFIX=$install/usr install
20 }
22 genpkg_rules() {
23 copy @std
24 }