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

Readd slitaz-configs (You was right Pascal)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 25 15:57:18 2008 +0100 (2008-02-25)
parents cf22fee17710
children 275e3d30e49c
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tango-icon"
4 VERSION="1.3"
5 CATEGORY="misc"
6 SHORT_DESC="Tango icons unofficial in size 16x16 for GTK+ and jwm."
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 }