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

gtk+: update bdeps
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 21:12:52 2014 -0300 (2014-07-15)
parents de49f29b101e
children 445e5ddf6901
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"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS &&
18 make && make DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/icons/hicolor
25 cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
26 cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
27 }