wok view 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 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 }