wok view gnome-icon-theme/receipt @ rev 38

Add : gnome-icon-theme + icon-naming-utils
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 14:11:08 2007 +0100 (2007-12-18)
parents
children 0dcba2600a56
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-icon-theme"
4 VERSION="2.18.0"
5 CATEGORY="extra"
6 SHORT_DESC="Default GNOME icon theme."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.gnome.org/"
10 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr
17 make
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share $fs/usr/lib
25 cp -a $_pkg/usr/share/icons $fs/usr/share
26 # pkgconfig in /usr/lib
27 cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib
28 }