wok diff alsaequal/receipt @ rev 21699

updated potamus (15 -> 17)
author Hans-G?nter Theisgen
date Wed Jun 05 17:53:51 2019 +0100 (2019-06-05)
parents 617dbdeb6f7e
children 7c0170dd3ecc
line diff
     1.1 --- a/alsaequal/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/alsaequal/receipt	Wed Jun 05 17:53:51 2019 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="paul@slitaz.org"
     1.5  LICENSE="LGPL2.1"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html"
     1.8 +WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html"
     1.9  WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
    1.10  
    1.11  DEPENDS="alsa-utils caps"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	make 
    1.18  }
    1.19  
    1.20 @@ -26,4 +25,3 @@
    1.21  	mkdir -p $fs/usr/lib/alsa-lib
    1.22  	cp -a $src/*.so* $fs/usr/lib/alsa-lib
    1.23  }
    1.24 -