wok-next diff libtaz/receipt @ rev 8047
Up: sudo-pam and sudo to 1.7.4p6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Jan 20 14:07:40 2011 +0000 (2011-01-20) |
parents | 5f24a1ad24f7 |
children | e326474b686f |
line diff
1.1 --- a/libtaz/receipt Tue Jan 18 12:47:44 2011 +0000 1.2 +++ b/libtaz/receipt Thu Jan 20 14:07:40 2011 +0000 1.3 @@ -7,23 +7,10 @@ 1.4 MAINTAINER="gokhlayeh@slitaz.org" 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/libtaz/$TARBALL" 1.11 TAGS="slitaz" 1.12 CONFIG_FILES="/etc/slitaz/slitaz.conf" 1.13 1.14 -compile_rules() 1.15 -{ 1.16 - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then 1.17 - tar xzf $SOURCES_REPOSITORY/$TARBALL 1.18 - else 1.19 - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced 1.20 - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" 1.21 - tar xzf $SOURCES_REPOSITORY/$TARBALL 1.22 - fi 1.23 -} 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 {