wok diff alsa-tools/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents f0a0b5091b4a
children 0644ee05ddc4
line diff
     1.1 --- a/alsa-tools/receipt	Mon Jul 04 10:05:09 2016 +0300
     1.2 +++ b/alsa-tools/receipt	Thu Aug 03 05:22:36 2017 -0300
     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  }