# HG changeset patch # User Christopher Rogers # Date 1320664868 0 # Node ID b367bc376fdff30615300dd071c79340b0b8ff1f # Parent f0263c56ea4a84df676be4b1952e39832929f89d iron-linux: Cookutils uses wget -O $SRC/$TARBALL so we can change TARBALL to save source as TARBALL. This needs to be done for iron-linux cause other wise it will just find iron-linux.tar.gz and use the old version. diff -r f0263c56ea4a -r b367bc376fdf iron-linux/receipt --- a/iron-linux/receipt Mon Nov 07 17:10:45 2011 +0100 +++ b/iron-linux/receipt Mon Nov 07 11:21:08 2011 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="Secure web browser (Chromium source)." MAINTAINER="paul@slitaz.org" DEPENDS="nss-dev libfirefox GConf cups libjpeg62" # may need updating? -TARBALL="$PACKAGE.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.srware.net/en/software_srware_iron.php" -WGET_URL="http://www.srware.net/downloads/$TARBALL" +WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz" # Rules to configure and make the package. compile_rules()