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

Add from wok-undigest: gnome-games-glchess gnome-games-icons gnome-games-sudoku gnome-games gnome-js-common gnome-keyring gnome-vfs-monikers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 11:15:24 2011 +0100 (2011-11-03)
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 }