wok diff tazwok-experimental/receipt @ rev 8057

Add: vzquota
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 21 00:56:32 2011 +0100 (2011-01-21)
parents 5f24a1ad24f7
children caa46bb4926e
line diff
     1.1 --- a/tazwok-experimental/receipt	Tue Jan 18 12:47:44 2011 +0000
     1.2 +++ b/tazwok-experimental/receipt	Fri Jan 21 00:56:32 2011 +0100
     1.3 @@ -9,23 +9,10 @@
     1.4  SUGGESTED="tazchroot"
     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/tazwok-experimental/$TARBALL"
    1.11  CONFIG_FILES="/etc/slitaz/tazwok.conf"
    1.12  TAGS="slitaz"
    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  {