wok-next view mate-backgrounds/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 65c0fe17f3b9
children 9102678083fb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-backgrounds"
4 VERSION="1.18.0"
5 CATEGORY="meta"
6 SHORT_DESC="Set of backgrounds packaged with the MATE desktop"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mate-desktop/mate-backgrounds"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-backgrounds/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common"
15 SPLIT="mate-backgrounds-abstract mate-backgrounds-desktop \
16 mate-backgrounds-nature"
18 compile_rules() {
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 mate-backgrounds)
28 DEPENDS="$SPLIT"
29 ;;
30 *)
31 theme="${PACKAGE##*-}"
32 copy $theme/ mate-$theme.xml
33 CAT="customization|$theme backgrounds"
34 ;;
35 esac
36 TAGS="MATE"
37 }