wok-undigest diff mate-file-manager/receipt @ rev 1209

palemoon: --without-intl-api
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Nov 24 22:11:06 2016 +0100 (2016-11-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-file-manager/receipt	Thu Nov 24 22:11:06 2016 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mate-file-manager"
     1.7 +VERSION="1.4.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="MATE Desktop file manager (caja)."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WEB_SITE="http://mate-desktop.org"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
    1.14 +
    1.15 +DEPENDS="mate-common glib gtk+ libxml2 gobject-introspection mate-conf \
    1.16 +mate-desktop libunique"
    1.17 +BUILD_DEPENDS="autoconf automake libtool gtk-doc mate-common glib-dev \
    1.18 +gtk+-dev libxml2-dev gobject-introspection-dev mate-conf-dev mate-desktop-dev \
    1.19 +libunique-dev startup-notification-dev mate-corba-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	cd $src
    1.25 +	./autogen.sh \
    1.26 +		--disable-static \
    1.27 +		--sysconfdir=/etc \
    1.28 +        --localstatedir=/var \
    1.29 +		--libexecdir=/usr/lib/mate-file-manager \
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make && make install
    1.32 +}
    1.33 +
    1.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 +genpkg_rules()
    1.36 +{
    1.37 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.38 +	cp -a $install/etc $fs
    1.39 +	cp -a $install/usr/bin $fs/usr
    1.40 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.41 +	cp -a $install/usr/lib/mate-file-manager $fs/usr/lib
    1.42 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.43 +	# /usr/share
    1.44 +	cp -a $install/usr/share/caja $fs/usr/share
    1.45 +	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.46 +	cp -a $install/usr/share/icons $fs/usr/share
    1.47 +	cp -a $install/usr/share/mime $fs/usr/share
    1.48 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.49 +}