wok-undigest view mate-common/receipt @ rev 1091

Add most MATE desktop pkgs (was in a local wok for too long time...)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 18:04:57 2014 +0100 (2014-01-02)
parents
children d3e6a043352a
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-common"
4 VERSION="1.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="MATE Desktop common files."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://mate-desktop.org"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="automake autoconf"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./autogen.sh $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/share/aclocal $fs/usr/share
29 cp -a $install/usr/share/mate-common $fs/usr/share
30 }