wok diff gnome-desktop/receipt @ rev 11494

Up: poppler 0.18.2; poppler-data 0.4.5 (fix build of epdfview; thank godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Dec 19 02:49:30 2011 +0100 (2011-12-19)
parents
children e579b4dc4449
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-desktop/receipt	Mon Dec 19 02:49:30 2011 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-desktop"
     1.7 +VERSION="2.28.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="GNOME Desktop"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="lingnomeui"
    1.12 +BUILD_DEPENDS="python-dev libxml2-python GConf-dev gnome-doc-utils-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.gnome.org"
    1.15 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--sysconfdir=/etc/gnome \
    1.24 +		--localstatedir=/var/lib \
    1.25 +		--enable-gtk-doc-html=no \
    1.26 +		--enable-gtk-doc=no \
    1.27 +		--disable-scrollkeeper \
    1.28 +		--disable-static \
    1.29 +		--with-gnome-distributor="SliTaz GNU/Linux" \
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make && make DESTDIR=$DESTDIR 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 $_pkg/etc $fs
    1.39 +	cp -a $_pkg/usr/bin $fs/usr
    1.40 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.41 +	#cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.42 +}
    1.43 +