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