# HG changeset patch # User Antoine Bodin # Date 1295452380 -3600 # Node ID d0c6a2d1c542d8f6caded3409438c8b03e8055f8 # Parent 5e2ee3f01fadb64a6fc822b810e6b65f42c3f57d Slitaz: Sources tarballs are back on mirror. diff -r 5e2ee3f01fad -r d0c6a2d1c542 libtaz/receipt --- a/libtaz/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/libtaz/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -7,23 +7,10 @@ MAINTAINER="gokhlayeh@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" -# using an hg URL because tarball is not avaible at this moment -WGET="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" +WGET_URL="http://mirror.slitaz.org/sources/libtaz/$TARBALL" TAGS="slitaz" CONFIG_FILES="/etc/slitaz/slitaz.conf" -compile_rules() -{ - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then - tar xzf $SOURCES_REPOSITORY/$TARBALL - else - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" - tar xzf $SOURCES_REPOSITORY/$TARBALL - fi -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5e2ee3f01fad -r d0c6a2d1c542 slitaz-base-files/receipt --- a/slitaz-base-files/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/slitaz-base-files/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -5,12 +5,9 @@ CATEGORY="base-system" SHORT_DESC="Linux tree and the necessary files for the base system." MAINTAINER="pankso@slitaz.org" -#TARBALL="$PACKAGE-$VERSION.tar.gz" -TARBALL="$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" -# using an hg URL because tarball is not avaible at this moment -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" CONFIG_FILES=" /etc/adduser.conf /etc/passwd diff -r 5e2ee3f01fad -r d0c6a2d1c542 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/slitaz-boot-scripts/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -5,11 +5,9 @@ CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" -TARBALL="$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -# Using an hg URL because tarball is not avaible at this moment -#WGET_URL="http://mirror.slitaz.org/sources/boot-scripts/$TARBALL" -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/boot-scripts/$TARBALL" CONFIG_FILES="/etc/inittab /etc/init.d/local.sh /etc/rcS.conf /etc/network.conf" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 5e2ee3f01fad -r d0c6a2d1c542 slitaz-tools/receipt --- a/slitaz-tools/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/slitaz-tools/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -8,10 +8,9 @@ DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base" BUILD_DEPENDS="gettext" SUGGESTED="slitaz-tools-boxes" -TARBALL="$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -#WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL" -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL" CONFIG_FILES=" /etc/TZ /etc/motd diff -r 5e2ee3f01fad -r d0c6a2d1c542 tazchroot/receipt --- a/tazchroot/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/tazchroot/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -8,22 +8,9 @@ DEPENDS="libtaz" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" -# using an hg URL because tarball is not avaible at this moment -WGET="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" +WGET_URL="http://mirror.slitaz.org/sources/tazchroot/$TARBALL" TAGS="slitaz" -compile_rules() -{ - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then - tar xzf $SOURCES_REPOSITORY/$TARBALL - else - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" - tar xzf $SOURCES_REPOSITORY/$TARBALL - fi -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5e2ee3f01fad -r d0c6a2d1c542 tazpkg/receipt --- a/tazpkg/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/tazpkg/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -7,10 +7,9 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="busybox gettext-base" BUILD_DEPENDS="gettext" -TARBALL="$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -#WGET_URL="http://mirror.slitaz.org/sources/tazpkg/$TARBALL" -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/tazpkg/$TARBALL" TAGS="slitaz package-manager" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 5e2ee3f01fad -r d0c6a2d1c542 tazwok-experimental/receipt --- a/tazwok-experimental/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/tazwok-experimental/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -9,23 +9,10 @@ SUGGESTED="tazchroot" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -#WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" -# using an hg URL because tarball is not avaible at this moment -WGET="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" +WGET_URL="http://mirror.slitaz.org/sources/tazwok-experimental/$TARBALL" CONFIG_FILES="/etc/slitaz/tazwok.conf" TAGS="slitaz" -compile_rules() -{ - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then - tar xzf $SOURCES_REPOSITORY/$TARBALL - else - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" - tar xzf $SOURCES_REPOSITORY/$TARBALL - fi -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5e2ee3f01fad -r d0c6a2d1c542 tazwok/receipt --- a/tazwok/receipt Wed Jan 19 00:02:05 2011 +0000 +++ b/tazwok/receipt Wed Jan 19 16:53:00 2011 +0100 @@ -5,11 +5,9 @@ CATEGORY="base-system" SHORT_DESC="SliTaz sources and binaries packages cooker." MAINTAINER="pankso@slitaz.org" -TARBALL="$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -# Using an hg URL because tarball is not avaible at this moment -#WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL" -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL" TAGS="slitaz" # Rules to gen a SliTaz package suitable for Tazpkg.