wok-next view hicolor-icon-theme/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 0cbe4b1f2230
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hicolor-icon-theme"
4 VERSION="0.17"
5 CATEGORY="misc"
6 SHORT_DESC="Icon theme that all icon themes automatically inherit from"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/icon-theme/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
14 TARBALL_SHA1="192d95efc13adf1fd35442d086733df25826cf2c"
16 COPY="index.theme 16x16/"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }