# HG changeset patch # User Antoine Bodin # Date 1278350418 -7200 # Node ID 0b4b56f7e9148ac56e004ff7fa0b9ac90727fa45 # Parent cfc7635b6241b319f4d5b2864667704d0cc74e90 Up: slitaz-boot-scripts 3.4.1 diff -r cfc7635b6241 -r 0b4b56f7e914 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Mon Jul 05 19:18:21 2010 +0200 +++ b/slitaz-boot-scripts/receipt Mon Jul 05 19:20:18 2010 +0200 @@ -1,13 +1,15 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="3.4" +VERSION="3.4.1" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" -WGET_URL="http://mirror.slitaz.org/sources/boot-scripts/$TARBALL" +# 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" CONFIG_FILES="/etc/inittab /etc/init.d/local.sh /etc/rcS.conf /etc/network.conf" # Rules to gen a SliTaz package suitable for Tazpkg.