wok-current diff tazchroot/receipt @ rev 8069
Down: elfutils to 0.150. Test run-prelink-addr-test.sh was failing in 0.151.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 21 13:50:12 2011 +0000 (2011-01-21) |
parents | bff39e2b1e5a |
children | db902657dc16 |
line diff
1.1 --- a/tazchroot/receipt Tue Jan 18 13:46:16 2011 +0000 1.2 +++ b/tazchroot/receipt Fri Jan 21 13:50:12 2011 +0000 1.3 @@ -8,22 +8,9 @@ 1.4 DEPENDS="libtaz" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.slitaz.org/" 1.7 -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" 1.8 -# using an hg URL because tarball is not avaible at this moment 1.9 -WGET="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" 1.10 +WGET_URL="http://mirror.slitaz.org/sources/tazchroot/$TARBALL" 1.11 TAGS="slitaz" 1.12 1.13 -compile_rules() 1.14 -{ 1.15 - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then 1.16 - tar xzf $SOURCES_REPOSITORY/$TARBALL 1.17 - else 1.18 - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced 1.19 - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" 1.20 - tar xzf $SOURCES_REPOSITORY/$TARBALL 1.21 - fi 1.22 -} 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 {