wok diff orpheus/receipt @ rev 21752

tazboot: shrink (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 15 22:12:18 2019 +0200 (2019-06-15)
parents 17e313b5b9c1
children 505d1daeed6c
line diff
     1.1 --- a/orpheus/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/orpheus/receipt	Sat Jun 15 22:12:18 2019 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  SUGGESTED="mpg123"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://thekonst.net/en/orpheus"
     1.8 +WEB_SITE="https://web.archive.org/web/20180602005123/http://thekonst.net/en/orpheus"
     1.9  WGET_URL="http://thekonst.net/download/$TARBALL"
    1.10  TAGS="audio sound music player"
    1.11  
    1.12 @@ -18,7 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg"
    1.18  	unset CFLAGS CXXFLAGS
    1.19  	./configure 2>&1 | grep -v /config.rpath &&
    1.20 @@ -32,4 +31,3 @@
    1.21  	mkdir -p $fs/usr
    1.22  	cp -a $install/usr/bin $fs/usr
    1.23  }
    1.24 -