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

Up perl-test-tester (0.109)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 28 10:02:02 2019 +0100 (2019-02-28)
parents 445e5ddf6901
children abb2032e8aeb
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="https://www.freedesktop.org/wiki/Software/icon-theme/"
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 sed -i 5i\ 'Inherits=SliTaz' $fs/usr/share/icons/hicolor/index.theme
28 }