wok rev 11257

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.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 11:21:08 2011 +0000 (2011-11-07)
parents f0263c56ea4a
children 8480ac3277db 82c4cce3b3f8
files iron-linux/receipt
line diff
     1.1 --- a/iron-linux/receipt	Mon Nov 07 17:10:45 2011 +0100
     1.2 +++ b/iron-linux/receipt	Mon Nov 07 11:21:08 2011 +0000
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="Secure web browser (Chromium source)."
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  DEPENDS="nss-dev libfirefox GConf cups libjpeg62" # may need updating?
     1.7 -TARBALL="$PACKAGE.tar.gz"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.srware.net/en/software_srware_iron.php"
    1.10 -WGET_URL="http://www.srware.net/downloads/$TARBALL"
    1.11 +WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()