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

Up: yad (0.15.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Nov 12 22:15:21 2011 +0000 (2011-11-12)
parents 1093eb8937ed
children 5525af80165f
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-icon-theme"
4 VERSION="2.31.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Default GNOME icon theme."
7 MAINTAINER="pankso@slitaz.org"
8 BUILD_DEPENDS="icon-naming-utils intltool pkg-config"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.gnome.org/"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr
18 make
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share $fs/usr/lib
26 cp -a $_pkg/usr/share/icons $fs/usr/share
27 # pkgconfig in /usr/lib
28 cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib
29 }