wok-next view mate-icon-theme/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 9102678083fb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-icon-theme"
4 VERSION="1.20.1"
5 CATEGORY="customization"
6 SHORT_DESC="MATE default icon theme"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="LGPL3 CC-BY-SA-3"
9 WEB_SITE="https://github.com/mate-desktop/mate-icon-theme"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-icon-theme/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common icon-naming-utils"
15 SPLIT="$PACKAGE-menta"
17 compile_rules() {
18 ./autogen.sh \
19 --enable-icon-mapping \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install || return 1
24 # remove empty folder structure
25 rm -r $install/usr/share/locale
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 mate-icon-theme)
31 copy mate/
32 ;;
33 *-menta)
34 copy menta/
35 DEPENDS="mate-icon-theme"
36 CAT="customization|Menta theme"
37 ;;
38 esac
39 TAGS="MATE"
40 }