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

mate-icon-theme: Up bdeps.
author Yuri Pourre <yuripourre@gmail.com>
date Sat Jul 26 01:35:39 2014 +0000 (2014-07-26)
parents cf1e59e3baee
children ea0b0780b9d9
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 mate-common"
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 }