wok annotate 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
rev   line source
pankso@385 1 # SliTaz package receipt.
pankso@385 2
pankso@385 3 PACKAGE="hicolor-icon-theme"
slaxemulator@6264 4 VERSION="0.12"
pascal@745 5 CATEGORY="misc"
pankso@385 6 SHORT_DESC="Icon theme that all icon themes automatically inherit from."
pankso@385 7 MAINTAINER="pankso@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
pankso@385 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@385 10 WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
pankso@385 11 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
pankso@385 12
pankso@385 13 # Rules to configure and make the package.
pankso@385 14 compile_rules()
pankso@385 15 {
pankso@385 16 cd $src
pankso@385 17 ./configure --prefix=/usr --infodir=/usr/share/info \
pankso@385 18 --mandir=/usr/share/man $CONFIGURE_ARGS
pankso@385 19 make
pascal@15600 20 make DESTDIR=$DESTDIR install
pankso@385 21 }
pankso@385 22
pankso@385 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 24 genpkg_rules()
pankso@385 25 {
pankso@385 26 mkdir -p $fs/usr/share/icons/hicolor
pascal@15600 27 cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
pascal@15600 28 cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
pankso@385 29 }