wok-undigest annotate mate-vfs/receipt @ rev 1228

updated glib and glib-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 13:48:24 2020 +0100 (2020-09-09)
parents 3f059c1d154b
children
rev   line source
pankso@1091 1 # SliTaz package receipt.
pankso@1091 2
pankso@1091 3 PACKAGE="mate-vfs"
pankso@1091 4 VERSION="1.4.0"
pankso@1091 5 CATEGORY="x-window"
pankso@1091 6 SHORT_DESC="MATE Desktop common files."
pankso@1091 7 MAINTAINER="pankso@slitaz.org"
pankso@1091 8 WEB_SITE="http://mate-desktop.org"
pankso@1091 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@1091 10 WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
pankso@1091 11
pankso@1091 12 DEPENDS="glib mate-corba mate-conf mate-mime-data libxml2 bzlib dbus dbus-glib"
pankso@1091 13 BUILD_DEPENDS="glib-dev libIDL mate-common mate-conf-dev mate-mime-data \
pascal@1099 14 mate-corba-dev libxml2-dev bzip2-dev dbus-dev dbus-glib-dev libtool gtk-doc"
pankso@1091 15
pankso@1091 16 # Rules to configure and make the package.
pankso@1091 17 compile_rules()
pankso@1091 18 {
pankso@1091 19 cd $src
pascal@1099 20 sed -i 's/\$(srcdir)/./' test/Makefile.am
pankso@1091 21 ./autogen.sh \
pankso@1091 22 --sysconfdir=/etc \
pankso@1091 23 --libexecdir=/usr/lib/mate-vfs \
pankso@1091 24 --disable-howl \
pankso@1091 25 --disable-gnutls \
pankso@1091 26 $CONFIGURE_ARGS &&
pankso@1091 27 make && make install
pankso@1091 28 }
pankso@1091 29
pankso@1091 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@1091 31 genpkg_rules()
pankso@1091 32 {
pankso@1091 33 mkdir -p $fs/usr/lib/mate-vfs-2.0 $fs/usr/share
pankso@1091 34 cp -a $install/etc $fs
pankso@1091 35 cp -a $install/usr/bin $fs/usr
pankso@1091 36 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@1091 37 cp -a $install/usr/lib/mate-vfs $fs/usr/lib
pankso@1091 38 cp -a $install/usr/lib/mate-vfs-2.0/modules $fs/usr/lib/mate-vfs-2.0
pankso@1091 39 rm -f $fs/usr/lib/mate-vfs-2.0/modules/*.*a
pankso@1091 40 cp -a $install/usr/share/dbus-1 $fs/usr/share
pankso@1091 41 }