wok-undigest annotate mate-mime-data/receipt @ rev 1099

libmate, libmatecomponent, libmatecomponentui, mate-vfs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 08 17:36:39 2014 +0000 (2014-01-08)
parents 3f059c1d154b
children
rev   line source
pankso@1091 1 # SliTaz package receipt.
pankso@1091 2
pankso@1091 3 PACKAGE="mate-mime-data"
pankso@1091 4 VERSION="1.4.0"
pankso@1091 5 CATEGORY="x-window"
pankso@1091 6 SHORT_DESC="MATE Desktop mime data 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"
pascal@1096 13 BUILD_DEPENDS="mate-common glib-dev autoconf automake"
pankso@1091 14
pankso@1091 15 # Rules to configure and make the package.
pankso@1091 16 compile_rules()
pankso@1091 17 {
pankso@1091 18 cd $src
pankso@1091 19 ./autogen.sh \
pankso@1091 20 --sysconfdir=/etc \
pankso@1091 21 $CONFIGURE_ARGS &&
pankso@1091 22 make && make install
pankso@1091 23 }
pankso@1091 24
pankso@1091 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@1091 26 genpkg_rules()
pankso@1091 27 {
pankso@1091 28 mkdir -p $fs/usr/share $fs/usr/lib
pankso@1091 29 cp -a $install/etc $fs
pankso@1091 30 cp -a $install/usr/share/application-* $fs/usr/share
pankso@1091 31 cp -a $install/usr/share/mime-info $fs/usr/share
pankso@1091 32 cp -a $install/usr/share/pkgconfig $fs/usr/lib
pankso@1091 33 }