wok-next view alsaequal/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
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 }