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

Add: libid3tag (ID3 tag library)
author Paul Issott <paul@slitaz.org>
date Thu Sep 11 15:07:04 2008 +0000 (2008-09-11)
parents 465d92fe1ff7
children e4b41fdeb9f8
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tango-icon"
4 VERSION="1.6"
5 CATEGORY="misc"
6 SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://tango.freedesktop.org/"
10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/icons
16 cp -a $src/* $fs/usr/share/icons
17 chown -R root.root $fs
18 }