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

Deal with HOST_ARCH="any"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 14:47:30 2018 +0200 (2018-12-03)
parents d5aab818505e
children 29128929e4f9
rev   line source
al@19797 1 # SliTaz package receipt v2.
pankso@385 2
pankso@385 3 PACKAGE="hicolor-icon-theme"
al@20905 4 VERSION="0.17"
pascal@745 5 CATEGORY="misc"
al@19797 6 SHORT_DESC="Icon theme that all icon themes automatically inherit from"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@19797 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/icon-theme/"
al@21057 10 HOST_ARCH="any"
pankso@385 11
al@19797 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19797 13 WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
al@19797 14
al@20905 15 compile_rules() {
al@20905 16 ./configure $CONFIGURE_ARGS &&
al@20905 17 make &&
al@20905 18 make install
pankso@385 19 }
pankso@385 20
al@20905 21 genpkg_rules() {
al@19797 22 copy index.theme 16x16/
pankso@385 23 }