wok annotate hicolor-icon-theme/receipt @ rev 734

slitaz-hacker: no backup at the moment
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 03 12:21:06 2008 +0200 (2008-05-03)
parents
children 9b3d2133ce0f
rev   line source
pankso@385 1 # SliTaz package receipt.
pankso@385 2
pankso@385 3 PACKAGE="hicolor-icon-theme"
pankso@385 4 VERSION="0.10"
pankso@385 5 CATEGORY="extra"
pankso@385 6 SHORT_DESC="Icon theme that all icon themes automatically inherit from."
pankso@385 7 MAINTAINER="pankso@slitaz.org"
pankso@385 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@385 9 WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
pankso@385 10 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
pankso@385 11
pankso@385 12 # Rules to configure and make the package.
pankso@385 13 compile_rules()
pankso@385 14 {
pankso@385 15 cd $src
pankso@385 16 ./configure --prefix=/usr --infodir=/usr/share/info \
pankso@385 17 --mandir=/usr/share/man $CONFIGURE_ARGS
pankso@385 18 make
pankso@385 19 make DESTDIR=$PWD/_pkg install
pankso@385 20 }
pankso@385 21
pankso@385 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 23 genpkg_rules()
pankso@385 24 {
pankso@385 25 mkdir -p $fs/usr/share/icons/hicolor
pankso@385 26 cp $_pkg/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
pankso@385 27 cp -a $_pkg/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
pankso@385 28 }