wok annotate slitaz-tango-icon/receipt @ 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 d758f57c4369
children eb8067417980
rev   line source
pankso@16 1 # SliTaz package receipt.
pankso@16 2
pankso@16 3 PACKAGE="slitaz-tango-icon"
pankso@2750 4 VERSION="1.7"
pankso@211 5 CATEGORY="misc"
pankso@651 6 SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)."
pankso@16 7 MAINTAINER="pankso@slitaz.org"
pankso@16 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@16 9 WEB_SITE="http://tango.freedesktop.org/"
pankso@16 10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
pankso@16 11
pankso@16 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16 13 genpkg_rules()
pankso@16 14 {
pankso@16 15 mkdir -p $fs/usr/share/icons
pankso@16 16 cp -a $src/* $fs/usr/share/icons
pankso@16 17 chown -R root.root $fs
pankso@16 18 }
pankso@16 19