wok-stable rev 8012

Slitaz: Sources tarballs are back on mirror.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Jan 19 16:53:00 2011 +0100 (2011-01-19)
parents 5e2ee3f01fad
children 0751ee65c01f
files libtaz/receipt slitaz-base-files/receipt slitaz-boot-scripts/receipt slitaz-tools/receipt tazchroot/receipt tazpkg/receipt tazwok-experimental/receipt tazwok/receipt
line diff
     1.1 --- a/libtaz/receipt	Wed Jan 19 00:02:05 2011 +0000
     1.2 +++ b/libtaz/receipt	Wed Jan 19 16:53:00 2011 +0100
     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  {
     2.1 --- a/slitaz-base-files/receipt	Wed Jan 19 00:02:05 2011 +0000
     2.2 +++ b/slitaz-base-files/receipt	Wed Jan 19 16:53:00 2011 +0100
     2.3 @@ -5,12 +5,9 @@
     2.4  CATEGORY="base-system"
     2.5  SHORT_DESC="Linux tree and the necessary files for the base system."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 -#TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.8 -TARBALL="$VERSION.tar.gz"
     2.9 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://www.slitaz.org/"
    2.11 -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
    2.12 -# using an hg URL because tarball is not avaible at this moment
    2.13 -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
    2.14 +WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
    2.15  CONFIG_FILES="
    2.16  /etc/adduser.conf
    2.17  /etc/passwd
     3.1 --- a/slitaz-boot-scripts/receipt	Wed Jan 19 00:02:05 2011 +0000
     3.2 +++ b/slitaz-boot-scripts/receipt	Wed Jan 19 16:53:00 2011 +0100
     3.3 @@ -5,11 +5,9 @@
     3.4  CATEGORY="base-system"
     3.5  SHORT_DESC="Provide all the initialisation scripts used at boot time."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 -TARBALL="$VERSION.tar.gz"
     3.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.9  WEB_SITE="http://www.slitaz.org/"
    3.10 -# Using an hg URL because tarball is not avaible at this moment
    3.11 -#WGET_URL="http://mirror.slitaz.org/sources/boot-scripts/$TARBALL"
    3.12 -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
    3.13 +WGET_URL="http://mirror.slitaz.org/sources/boot-scripts/$TARBALL"
    3.14  CONFIG_FILES="/etc/inittab /etc/init.d/local.sh /etc/rcS.conf /etc/network.conf"
    3.15  
    3.16  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/slitaz-tools/receipt	Wed Jan 19 00:02:05 2011 +0000
     4.2 +++ b/slitaz-tools/receipt	Wed Jan 19 16:53:00 2011 +0100
     4.3 @@ -8,10 +8,9 @@
     4.4  DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base"
     4.5  BUILD_DEPENDS="gettext"
     4.6  SUGGESTED="slitaz-tools-boxes"
     4.7 -TARBALL="$VERSION.tar.gz"
     4.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.9  WEB_SITE="http://www.slitaz.org/"
    4.10 -#WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL"
    4.11 -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
    4.12 +WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL"
    4.13  CONFIG_FILES="
    4.14  /etc/TZ
    4.15  /etc/motd
     5.1 --- a/tazchroot/receipt	Wed Jan 19 00:02:05 2011 +0000
     5.2 +++ b/tazchroot/receipt	Wed Jan 19 16:53:00 2011 +0100
     5.3 @@ -8,22 +8,9 @@
     5.4  DEPENDS="libtaz"
     5.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.6  WEB_SITE="http://www.slitaz.org/"
     5.7 -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
     5.8 -# using an hg URL because tarball is not avaible at this moment
     5.9 -WGET="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
    5.10 +WGET_URL="http://mirror.slitaz.org/sources/tazchroot/$TARBALL"
    5.11  TAGS="slitaz"
    5.12  
    5.13 -compile_rules()
    5.14 -{
    5.15 -		if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
    5.16 -			tar xzf $SOURCES_REPOSITORY/$TARBALL
    5.17 -		else
    5.18 -			[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    5.19 -			wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
    5.20 -			tar xzf $SOURCES_REPOSITORY/$TARBALL
    5.21 -		fi
    5.22 -}
    5.23 -
    5.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.25  genpkg_rules()
    5.26  {
     6.1 --- a/tazpkg/receipt	Wed Jan 19 00:02:05 2011 +0000
     6.2 +++ b/tazpkg/receipt	Wed Jan 19 16:53:00 2011 +0100
     6.3 @@ -7,10 +7,9 @@
     6.4  MAINTAINER="pankso@slitaz.org"
     6.5  DEPENDS="busybox gettext-base"
     6.6  BUILD_DEPENDS="gettext"
     6.7 -TARBALL="$VERSION.tar.gz"
     6.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.9  WEB_SITE="http://www.slitaz.org/"
    6.10 -#WGET_URL="http://mirror.slitaz.org/sources/tazpkg/$TARBALL"
    6.11 -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
    6.12 +WGET_URL="http://mirror.slitaz.org/sources/tazpkg/$TARBALL"
    6.13  TAGS="slitaz package-manager"
    6.14  
    6.15  # Rules to gen a SliTaz package suitable for Tazpkg.
     7.1 --- a/tazwok-experimental/receipt	Wed Jan 19 00:02:05 2011 +0000
     7.2 +++ b/tazwok-experimental/receipt	Wed Jan 19 16:53:00 2011 +0100
     7.3 @@ -9,23 +9,10 @@
     7.4  SUGGESTED="tazchroot"
     7.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.6  WEB_SITE="http://www.slitaz.org/"
     7.7 -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
     7.8 -# using an hg URL because tarball is not avaible at this moment
     7.9 -WGET="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
    7.10 +WGET_URL="http://mirror.slitaz.org/sources/tazwok-experimental/$TARBALL"
    7.11  CONFIG_FILES="/etc/slitaz/tazwok.conf"
    7.12  TAGS="slitaz"
    7.13  
    7.14 -compile_rules()
    7.15 -{
    7.16 -		if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then
    7.17 -			tar xzf $SOURCES_REPOSITORY/$TARBALL
    7.18 -		else
    7.19 -			[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
    7.20 -			wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
    7.21 -			tar xzf $SOURCES_REPOSITORY/$TARBALL
    7.22 -		fi
    7.23 -}
    7.24 -
    7.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.26  genpkg_rules()
    7.27  {
     8.1 --- a/tazwok/receipt	Wed Jan 19 00:02:05 2011 +0000
     8.2 +++ b/tazwok/receipt	Wed Jan 19 16:53:00 2011 +0100
     8.3 @@ -5,11 +5,9 @@
     8.4  CATEGORY="base-system"
     8.5  SHORT_DESC="SliTaz sources and binaries packages cooker."
     8.6  MAINTAINER="pankso@slitaz.org"
     8.7 -TARBALL="$VERSION.tar.gz"
     8.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.9  WEB_SITE="http://www.slitaz.org/"
    8.10 -# Using an hg URL because tarball is not avaible at this moment
    8.11 -#WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
    8.12 -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
    8.13 +WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
    8.14  TAGS="slitaz"
    8.15  
    8.16  # Rules to gen a SliTaz package suitable for Tazpkg.