# SliTaz package receipt. PACKAGE="gnome-games-icons" VERSION="2.32.1" CATEGORY="games" SHORT_DESC="Gnome games icons set." MAINTAINER="pankso@slitaz.org" WEB_SITE="http://www.gnome.org/" WANTED="gnome-games" DEPENDS="gnome-games" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/share/icons $fs/usr/share rm -rf $fs/usr/share/icons/hicolor/scalable }