wok view gnome-games-icons/receipt @ rev 13805

Up: gimp (2.8.2)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:37:33 2013 +0300 (2013-01-06)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-games-icons"
4 VERSION="2.32.1"
5 CATEGORY="games"
6 SHORT_DESC="Gnome games icons set."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.gnome.org/"
9 WANTED="gnome-games"
10 DEPENDS="gnome-games"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/icons $fs/usr/share
17 rm -rf $fs/usr/share/icons/hicolor/scalable
18 }