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

fusecloop: block devices are ... block aligned (512 bytes)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 25 17:12:51 2015 +0200 (2015-04-25)
parents 5647557ead5c
children 86790a278e70
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 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org/"
10 WANTED="gnome-games"
12 DEPENDS="gnome-games"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/icons $fs/usr/share
19 rm -rf $fs/usr/share/icons/hicolor/scalable
20 }