wok-next annotate 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
rev   line source
al@20467 1 # SliTaz package receipt v2.
paul@7621 2
paul@7621 3 PACKAGE="alsaequal"
paul@7621 4 VERSION="0.6"
paul@7621 5 CATEGORY="multimedia"
al@20467 6 SHORT_DESC="Real-time adjustable equalizer plugin for ALSA"
paul@7621 7 MAINTAINER="paul@slitaz.org"
pascal@15362 8 LICENSE="LGPL2.1"
al@20467 9 WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html"
al@20467 10
paul@7621 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@7621 12 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
paul@7621 13
pascal@15362 14 BUILD_DEPENDS="caps alsa-lib-dev"
pascal@15362 15
al@20467 16 compile_rules() {
al@20467 17 make &&
al@20467 18 make install
paul@7621 19 }
paul@7621 20
al@20467 21 genpkg_rules() {
al@20467 22 copy @std
al@20467 23 DEPENDS="alsa-utils caps"
paul@7621 24 }