wok view mate-icon-theme/receipt @ rev 16948

Add mate-icon-theme
author Yuri Pourre <yuripourre@gmail.com>
date Fri Jul 25 19:00:47 2014 -0300 (2014-07-25)
parents
children 4d3e5826ef8a
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-icon-theme"
4 VERSION="1.9.0"
5 CATEGORY="utilities"
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"
13 DEPENDS=""
14 BUILD_DEPENDS="wget autoconf automake icon-naming-utils"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./autogen.sh \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr $fs
30 }