wok-next view slitaz-icons-tango/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 40fab26c175d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-icons-tango"
4 VERSION="0.8.90"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Tango icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="tango-icon-theme make-slitaz-icons"
13 compile_rules() {
14 mksit.sh \
15 -f /usr/share/icons/Tango \
16 -t $install/usr/share/icons/SliTaz-Tango \
17 -opmax -nocolor
18 }
20 genpkg_rules() {
21 copy @std
22 }