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

Up: libwekkit-video (1.8.3) + Build fix with bison 2.6
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 24 09:19:03 2013 +0100 (2013-02-24)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-games-icons/receipt	Sun Feb 24 09:19:03 2013 +0100
     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 +}