wok-current view slitaz-tango-icon/receipt @ rev 602
Add apps translation to locale-pack
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 17 22:16:16 2008 +0200 (2008-04-17) |
parents | 275e3d30e49c |
children | d758f57c4369 |
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tango-icon"
4 VERSION="1.5"
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 }