wok-next view caps/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
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 }