wok annotate alsaequal/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents a1c1d35d9f92
children 814c58f64f83
rev   line source
paul@7621 1 # SliTaz package receipt.
paul@7621 2
paul@7621 3 PACKAGE="alsaequal"
paul@7621 4 VERSION="0.6"
paul@7621 5 CATEGORY="multimedia"
paul@7621 6 SHORT_DESC="Real-time adjustable equalizer plugin for ALSA."
paul@7621 7 MAINTAINER="paul@slitaz.org"
pascal@15362 8 LICENSE="LGPL2.1"
paul@7621 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@7621 10 WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html"
paul@7621 11 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
paul@7621 12
pascal@15362 13 DEPENDS="alsa-utils caps"
pascal@15362 14 BUILD_DEPENDS="caps alsa-lib-dev"
pascal@15362 15
paul@7621 16 # Rules to configure and make the package.
paul@7621 17 compile_rules()
paul@7621 18 {
paul@7621 19 cd $src
paul@7621 20 make
paul@7621 21 }
paul@7621 22
paul@7621 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7621 24 genpkg_rules()
paul@7621 25 {
paul@7621 26 mkdir -p $fs/usr/lib/alsa-lib
paul@7621 27 cp -a $src/*.so* $fs/usr/lib/alsa-lib
paul@7621 28 }
paul@7621 29