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

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 17:15:36 2019 +0100 (2019-01-24)
parents 445e5ddf6901
children abb2032e8aeb
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"
pascal@20673 10 WEB_SITE="https://www.freedesktop.org/wiki/Software/icon-theme/"
pankso@385 11 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
pankso@16247 12 HOST_ARCH="i486 arm"
pankso@385 13
pankso@385 14 # Rules to configure and make the package.
pankso@385 15 compile_rules()
pankso@385 16 {
pankso@16247 17 ./configure $CONFIGURE_ARGS &&
pankso@16247 18 make && make DESTDIR=$DESTDIR install
pankso@385 19 }
pankso@385 20
pankso@385 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 22 genpkg_rules()
pankso@385 23 {
pankso@385 24 mkdir -p $fs/usr/share/icons/hicolor
pascal@15600 25 cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
pascal@15600 26 cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
psychomaniak@16930 27 sed -i 5i\ 'Inherits=SliTaz' $fs/usr/share/icons/hicolor/index.theme
pankso@385 28 }