wok-next view mate-themes/receipt @ rev 20406

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents 40fab26c175d
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-themes"
4 VERSION="3.22.14"
5 CATEGORY="customization"
6 SHORT_DESC="Official themes for the MATE desktop"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/mate-desktop/mate-themes"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-themes/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common gtk+-dev"
16 compile_rules() {
17 ./autogen.sh \
18 --sysconfdir=/etc \
19 --localstatedir=/var \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install || return 1
24 # remove empty folder structure
25 rm -r $fs/usr/share/locale/
26 }
28 genpkg_rules() {
29 copy @std
30 SUGGESTED="gtk2-engine-murrine gtk+3"
31 }