wok-current diff gnome-games-icons/receipt @ rev 12176
Up: slitaz-tools (4.8.3) - Small improvments
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 24 14:39:11 2012 +0100 (2012-03-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 Sat Mar 24 14:39:11 2012 +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 +}