wok-next diff alsaequal/receipt @ rev 21594
updated dnsmasq (2.68 -> 2.81)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 07:44:07 2020 +0100 (2020-06-24) |
parents | 617dbdeb6f7e |
children |
line diff
1.1 --- a/alsaequal/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/alsaequal/receipt Wed Jun 24 07:44:07 2020 +0100 1.3 @@ -1,29 +1,24 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="alsaequal" 1.8 VERSION="0.6" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Real-time adjustable equalizer plugin for ALSA." 1.11 +SHORT_DESC="Real-time adjustable equalizer plugin for ALSA" 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html" 1.18 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL" 1.19 1.20 -DEPENDS="alsa-utils caps" 1.21 BUILD_DEPENDS="caps alsa-lib-dev" 1.22 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 - cd $src 1.27 - make 1.28 +compile_rules() { 1.29 + make && 1.30 + make install 1.31 } 1.32 1.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 -genpkg_rules() 1.35 -{ 1.36 - mkdir -p $fs/usr/lib/alsa-lib 1.37 - cp -a $src/*.so* $fs/usr/lib/alsa-lib 1.38 +genpkg_rules() { 1.39 + copy @std 1.40 + DEPENDS="alsa-utils caps" 1.41 } 1.42 -