wok diff gnome-games-icons/receipt @ rev 14953

Up: elementary (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:16:07 2013 +0200 (2013-08-08)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-games-icons/receipt	Thu Aug 08 19:16:07 2013 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-games-icons"
     1.7 +VERSION="2.32.1"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Gnome games icons set."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WEB_SITE="http://www.gnome.org/"
    1.12 +WANTED="gnome-games"
    1.13 +DEPENDS="gnome-games"
    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
    1.19 +	cp -a $install/usr/share/icons $fs/usr/share
    1.20 +	rm -rf $fs/usr/share/icons/hicolor/scalable
    1.21 +}