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

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents 40fab26c175d
children 65c0fe17f3b9
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-icon-theme"
4 VERSION="1.9.0"
5 CATEGORY="customization"
6 LICENSE="GPL3"
7 SHORT_DESC="MATE's default icon set."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.mate-desktop.org/"
11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
12 TAGS="MATE"
13 DEPENDS=""
14 BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils \
15 intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./autogen.sh \
21 --prefix=/usr \
22 --enable-icon-mapping \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr $fs
32 }