# SliTaz package receipt. PACKAGE="slitaz-tango-icon" VERSION="1.7" CATEGORY="misc" SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tango.freedesktop.org/" WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/icons cp -a $src/* $fs/usr/share/icons chown -R root.root $fs }