wok-undigest view mate-desktop/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-desktop"
4 VERSION="1.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="MATE Desktop."
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="mate-common startup-notification glib gtk+ mate-conf libxml2 \
13 libxml2-python libunique"
14 BUILD_DEPENDS="autoconf automake mate-common startup-notification-dev \
15 libtool gtk-doc mate-doc-utils glib-dev gtk+-dev mate-conf-dev mate-corba-dev \
16 libxml2-dev libxml2-python docbook-xml libunique-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./autogen.sh \
23 --disable-static \
24 --disable-scrollkeeper \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib $fs/usr/share
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/lib/*.so* $fs/usr/lib
35 cp -a $install/usr/share/libmate-desktop $fs/usr/share
36 cp -a $install/usr/share/mate* $fs/usr/share
37 cp -a $install/usr/share/omf $fs/usr/share
38 cp -a $install/usr/share/pixmaps $fs/usr/share
39 }