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

Up librsync (2.0.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 15:01:16 2018 +0300 (2018-04-14)
parents 4ca71b0ef823
children e7a485521d6a
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 copy index.theme 16x16/
24 }