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

Add: squid-custom-error
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Oct 01 10:27:44 2009 +0200 (2009-10-01)
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 }