wok-next annotate hicolor-icon-theme/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 4ca71b0ef823
children e7a485521d6a
rev   line source
al@19797 1 # SliTaz package receipt v2.
pankso@385 2
pankso@385 3 PACKAGE="hicolor-icon-theme"
al@19797 4 VERSION="0.15"
pascal@745 5 CATEGORY="misc"
al@19797 6 SHORT_DESC="Icon theme that all icon themes automatically inherit from"
pankso@385 7 MAINTAINER="pankso@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@19797 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/icon-theme/"
pankso@385 10
al@19797 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19797 12 WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
al@19797 13
pankso@385 14 # Rules to configure and make the package.
pankso@385 15 compile_rules()
pankso@385 16 {
al@19797 17 ./configure $CONFIGURE_ARGS && make && make install
pankso@385 18 }
pankso@385 19
pankso@385 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 21 genpkg_rules()
pankso@385 22 {
al@19797 23 copy index.theme 16x16/
pankso@385 24 }