wok-6.x annotate alsaequal/receipt @ rev 19160
busybox: add fr.po
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 22:20:40 2016 +0200 (2016-05-26) |
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 |