wok-current diff slitaz-tango-icon/receipt @ rev 63

Add : rdesktop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 23 17:50:34 2007 +0000 (2007-12-23)
parents
children 191c8f0c8bb3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-tango-icon/receipt	Sun Dec 23 17:50:34 2007 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-tango-icon"
     1.7 +VERSION="1.1"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="Tango icons unofficial in size 16x16 for GTK+ and jwm."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://tango.freedesktop.org/"
    1.13 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/icons
    1.19 +	cp -a $src/* $fs/usr/share/icons
    1.20 +	chown -R root.root $fs
    1.21 +}
    1.22 +