wok-undigest view mate-vfs/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 3f059c1d154b
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-vfs"
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="glib mate-corba mate-conf mate-mime-data libxml2 bzlib dbus dbus-glib"
13 BUILD_DEPENDS="glib-dev libIDL mate-common mate-conf-dev mate-mime-data \
14 mate-corba-dev libxml2-dev bzip2-dev dbus-dev dbus-glib-dev libtool gtk-doc"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i 's/\$(srcdir)/./' test/Makefile.am
21 ./autogen.sh \
22 --sysconfdir=/etc \
23 --libexecdir=/usr/lib/mate-vfs \
24 --disable-howl \
25 --disable-gnutls \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/lib/mate-vfs-2.0 $fs/usr/share
34 cp -a $install/etc $fs
35 cp -a $install/usr/bin $fs/usr
36 cp -a $install/usr/lib/*.so* $fs/usr/lib
37 cp -a $install/usr/lib/mate-vfs $fs/usr/lib
38 cp -a $install/usr/lib/mate-vfs-2.0/modules $fs/usr/lib/mate-vfs-2.0
39 rm -f $fs/usr/lib/mate-vfs-2.0/modules/*.*a
40 cp -a $install/usr/share/dbus-1 $fs/usr/share
41 }