wok-next view slitaz-icons-paper/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 d0308bf5ec4a
children cd7906120828
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-paper"
4 VERSION="1.4.0.28"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Paper icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY-SA-4"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
13 # Rules to compile and make the package.
14 compile_rules() {
15 to="$install/usr/share/icons/SliTaz-Paper"
16 mkdir -p $to
17 cp -r $stuff/22x22 $to
19 mksit.sh \
20 -f /usr/share/icons/Paper \
21 -t $to \
22 -opmax
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -r $install/* $fs
29 }