wok view slitaz-tango-icon/receipt @ rev 11710

added tintin
author toronado
date Sun Feb 19 08:14:43 2012 -0800 (2012-02-19)
parents d758f57c4369
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tango-icon"
4 VERSION="1.7"
5 CATEGORY="misc"
6 SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://tango.freedesktop.org/"
10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/icons
16 cp -a $src/* $fs/usr/share/icons
17 chown -R root.root $fs
18 }