wok view slitaz-tango-icon/receipt @ rev 16361

Add cwallpaper-fltk for a better users experience on next Rpi release)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 23:37:10 2014 +0200 (2014-04-13)
parents e4b41fdeb9f8
children 92f6d4a38df0
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tango-icon"
4 VERSION="1.7"
5 CATEGORY="misc"
6 SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://tango.freedesktop.org/"
11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/icons
17 cp -a $src/* $fs/usr/share/icons
18 chown -R root.root $fs
19 }