wok-current diff alsaequal/receipt @ rev 21878
python-pynacl: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 18:30:00 2019 +0200 (2019-09-28) |
parents | 617dbdeb6f7e |
children | 7c0170dd3ecc |
line diff
1.1 --- a/alsaequal/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/alsaequal/receipt Sat Sep 28 18:30:00 2019 +0200 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 -