wok view hicolor-icon-theme/receipt @ rev 2294

Up: slitaz-tools (2.9) - New boxes and tools + improvement)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 22 22:39:20 2009 +0100 (2009-02-22)
parents d04d7b774e94
children e2a298ad3632
line source
1 # SliTaz package receipt.
3 PACKAGE="hicolor-icon-theme"
4 VERSION="0.10"
5 CATEGORY="misc"
6 SHORT_DESC="Icon theme that all icon themes automatically inherit from."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
10 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr --infodir=/usr/share/info \
17 --mandir=/usr/share/man $CONFIGURE_ARGS
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/icons/hicolor
26 cp $_pkg/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
27 cp -a $_pkg/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
28 }