wok-next diff alsa-tools/receipt @ rev 19890
iptstate, tint2, waterline-plugin-multiload: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 11 15:11:57 2017 +0200 (2017-10-11) |
parents | f0a0b5091b4a |
children | dcce9f39d00c |
line diff
1.1 --- a/alsa-tools/receipt Mon Jul 04 10:05:09 2016 +0300 1.2 +++ b/alsa-tools/receipt Wed Oct 11 15:11:57 2017 +0200 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Alsa sound system additionnal tools (meta package)." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://www.alsa-project.org/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://www.alsa-project.org/" 1.10 WGET_URL="http://alsa.cybermirror.org/tools/$TARBALL" 1.11 GENERIC_MENUS="no" 1.12 1.13 @@ -22,15 +22,9 @@ 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - #cd $src 1.18 - #make configure && 1.19 - #make && make DESTDIR=$DESTDIR install 1.20 - for tool in $TOOLS 1.21 - do 1.22 + for tool in $TOOLS; do 1.23 cd $src/$tool 1.24 ./configure $CONFIGURE_ARGS 1.25 make && make DESTDIR=$DESTDIR install 1.26 done 1.27 - 1.28 - cook_compress_manpages 1.29 }