wok view mate-desktop/receipt @ rev 16955

Up vlc (2.1.5)
author Richard Dunbar <mojo@slitaz.org>
date Mon Jul 28 09:31:32 2014 +0000 (2014-07-28)
parents 022c69788b07
children ea0b0780b9d9
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-desktop"
4 VERSION="1.9.1"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="Common package for MATE Desktop applications."
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="gtk+ gdk-pixbuf"
14 BUILD_DEPENDS="wget autoconf automake dconf-dev libtool itstool \
15 mate-common gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./autogen.sh \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/ $fs
31 }