wok-next view alsaequal/receipt @ rev 21147

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 27 21:28:56 2019 +0100 (2019-01-27)
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 }