wok-next view alsaequal/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 617dbdeb6f7e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alsaequal"
4 VERSION="0.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Real-time adjustable equalizer plugin for ALSA"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
14 BUILD_DEPENDS="caps alsa-lib-dev"
16 compile_rules() {
17 make &&
18 make install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="alsa-utils caps"
24 }