wok diff evince/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents e64bd971b226
children 8308b88235f6
line diff
     1.1 --- a/evince/receipt	Tue Feb 22 23:49:05 2011 +0100
     1.2 +++ b/evince/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="evince"
     1.7 -VERSION="2.30.3"
     1.8 +VERSION="2.32.0"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Document viewer for Gnome"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="lcms poppler tiff dbus-glib"
    1.13 -BUILD_DEPENDS="gnome-doc-utils-dev gnome-icon-theme gtk+-dev intltool"
    1.14 +BUILD_DEPENDS="gnome-doc-utils-dev docbook-xml gnome-icon-theme gtk+-dev intltool"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://projects.gnome.org/evince/"
    1.17  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/evince/${VERSION%.*}/${TARBALL}"
    1.18 @@ -27,7 +27,7 @@
    1.19  		--disable-gtk-doc-html \
    1.20  		--with-help-formats=none \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make -j1 && make -j1 DESTDIR=$PWD/_pkg install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.