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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents d5aab818505e
children 29128929e4f9
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"
15 compile_rules() {
16 ./configure $CONFIGURE_ARGS &&
17 make &&
18 make install
19 }
21 genpkg_rules() {
22 copy index.theme 16x16/
23 }