wok annotate hicolor-icon-theme/receipt @ rev 10224

Up: openttd to 1.1.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:07:05 2011 +0000 (2011-05-21)
parents 9b3d2133ce0f
children de49f29b101e
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"
pankso@385 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@385 9 WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
pankso@385 10 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
pankso@385 11
pankso@385 12 # Rules to configure and make the package.
pankso@385 13 compile_rules()
pankso@385 14 {
pankso@385 15 cd $src
pankso@385 16 ./configure --prefix=/usr --infodir=/usr/share/info \
pankso@385 17 --mandir=/usr/share/man $CONFIGURE_ARGS
pankso@385 18 make
pankso@385 19 make DESTDIR=$PWD/_pkg install
pankso@385 20 }
pankso@385 21
pankso@385 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 23 genpkg_rules()
pankso@385 24 {
pankso@385 25 mkdir -p $fs/usr/share/icons/hicolor
pankso@385 26 cp $_pkg/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
pankso@385 27 cp -a $_pkg/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
pankso@385 28 }