wok-stable diff tcl/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 5f9ad8ee2c9a
children
line diff
     1.1 --- a/tcl/receipt	Fri May 20 05:19:01 2011 +0000
     1.2 +++ b/tcl/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tcl"
     1.7 -VERSION="8.5.9"
     1.8 +VERSION="8.5.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Tool Command Language"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
    1.13  WEB_SITE="http://tcl.sourceforge.net/"
    1.14 -WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  TAGS="language programming"
    1.17  
    1.18  # Rules to configure and make the package.