wok annotate alsaequal/receipt @ rev 22642
updated debootstrap (1.0.48 -> 1.0.116)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 14 07:46:35 2020 +0100 (2020-01-14) |
parents | 617dbdeb6f7e |
children | 7c0170dd3ecc |
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" |
pascal@20423 | 10 WEB_SITE="https://web.archive.org/web/20161105202833/http://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 make |
paul@7621 | 20 } |
paul@7621 | 21 |
paul@7621 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@7621 | 23 genpkg_rules() |
paul@7621 | 24 { |
paul@7621 | 25 mkdir -p $fs/usr/lib/alsa-lib |
paul@7621 | 26 cp -a $src/*.so* $fs/usr/lib/alsa-lib |
paul@7621 | 27 } |