wok annotate gnome-icon-theme/receipt @ rev 13682

Up gnome-icon-theme (3.6.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 29 10:44:06 2012 +0100 (2012-11-29)
parents 0b81c5c26155
children 5286a067ac76
rev   line source
pankso@38 1 # SliTaz package receipt.
pankso@38 2
pankso@38 3 PACKAGE="gnome-icon-theme"
pascal@13682 4 VERSION="3.6.2"
pankso@209 5 CATEGORY="x-window"
pankso@38 6 SHORT_DESC="Default GNOME icon theme."
pankso@38 7 MAINTAINER="pankso@slitaz.org"
pascal@13682 8 BUILD_DEPENDS="icon-naming-utils intltool pkg-config gtk+"
pascal@13682 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@38 10 WEB_SITE="http://www.gnome.org/"
slaxemulator@7121 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
pankso@38 12
pankso@38 13 # Rules to configure and make the package.
pankso@38 14 compile_rules()
pankso@38 15 {
pankso@38 16 cd $src
pankso@38 17 ./configure --prefix=/usr
pankso@38 18 make
pascal@13682 19 make DESTDIR=$DESTDIR install
pankso@38 20 }
pankso@38 21
pankso@38 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@38 23 genpkg_rules()
pankso@38 24 {
pankso@38 25 mkdir -p $fs/usr/share $fs/usr/lib
pascal@13682 26 cp -a $install/usr/share/icons $fs/usr/share
pankso@38 27 # pkgconfig in /usr/lib
pascal@13682 28 cp -a $install/usr/share/pkgconfig $fs/usr/lib
pankso@38 29 }
pankso@38 30