wok-undigest annotate gnome-games-icons/receipt @ rev 391

Add songwrite
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 23 10:08:41 2011 +0200 (2011-08-23)
parents
children
rev   line source
pankso@320 1 # SliTaz package receipt.
pankso@320 2
pankso@320 3 PACKAGE="gnome-games-icons"
pankso@320 4 VERSION="2.32.1"
pankso@320 5 CATEGORY="games"
pankso@320 6 SHORT_DESC="Gnome games icons set."
pankso@320 7 MAINTAINER="pankso@slitaz.org"
pankso@320 8 WEB_SITE="http://www.gnome.org/"
pankso@320 9 WANTED="gnome-games"
pankso@320 10 DEPENDS="gnome-games"
pankso@320 11
pankso@320 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@320 13 genpkg_rules()
pankso@320 14 {
pankso@320 15 mkdir -p $fs/usr/share
pankso@320 16 cp -a $install/usr/share/icons $fs/usr/share
pankso@320 17 rm -rf $fs/usr/share/icons/hicolor/scalable
pankso@320 18 }