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

Tiny edits: fbterm, gperiodic; up: arpack-ng, libdesktop-agnostic.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 12 17:01:04 2017 +0300 (2017-10-12)
parents 445e5ddf6901
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hicolor-icon-theme"
4 VERSION="0.15"
5 CATEGORY="misc"
6 SHORT_DESC="Icon theme that all icon themes automatically inherit from"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/icon-theme/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 copy index.theme 16x16/
25 }