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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }