wok-next view mate-backgrounds/receipt @ rev 21481

updated airgeddon (8.12 -> 10.21)
author Hans-G?nter Theisgen
date Thu Jun 18 14:24:40 2020 +0100 (2020-06-18)
parents 86938c337ea6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-backgrounds"
4 VERSION="1.20.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 glib-dev"
15 SPLIT="$PACKAGE-abstract $PACKAGE-desktop $PACKAGE-nature"
17 compile_rules() {
18 ./autogen.sh \
19 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 mate-backgrounds)
27 DEPENDS="$SPLIT"
28 ;;
29 *)
30 theme="${PACKAGE##*-}"
31 copy $theme/ mate-$theme.xml
32 CAT="customization|$theme backgrounds"
33 ;;
34 esac
35 TAGS="MATE"
36 }