wok-next view slim-theme-clean/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 0a411c8beacd
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-clean"
4 VERSION="20150602"
5 CATEGORY="customization"
6 SHORT_DESC="Clean - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download" # missing
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ"
14 COOKOPTS="!pngquant"
16 compile_rules() {
17 theme="$install/usr/share/slim/themes/Clean"
18 mkdir -p $theme
19 cp -r $src/* $theme
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="slim"
25 TAGS="hackdorte slim"
26 }
28 post_install() {
29 chroot "$1/" slim-theme -s Clean
30 }
32 pre_remove() {
33 chroot "$1/" slim-theme -f Clean
34 }