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

libofx-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Wed Jan 01 20:46:28 2014 +0100 (2014-01-01)
parents e2a298ad3632
children eaed0faf063c
line source
1 # SliTaz package receipt.
3 PACKAGE="hicolor-icon-theme"
4 VERSION="0.12"
5 CATEGORY="misc"
6 SHORT_DESC="Icon theme that all icon themes automatically inherit from."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
11 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man $CONFIGURE_ARGS
19 make
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/icons/hicolor
27 cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
28 cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
29 }