wok diff gnumeric/receipt @ rev 11189

Up: parted to 3.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 03 01:20:15 2011 +0000 (2011-11-03)
parents b2f255edf512
children 82cc3c06b069
line diff
     1.1 --- a/gnumeric/receipt	Fri Mar 25 03:26:11 2011 +0000
     1.2 +++ b/gnumeric/receipt	Thu Nov 03 01:20:15 2011 +0000
     1.3 @@ -1,31 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnumeric"
     1.7 -VERSION="1.10.14"
     1.8 +VERSION="1.10.17"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Office Spreadsheet application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="gtk+ libgsf goffice libart_lgpl guile libgio bzlib xorg-libXdamage"
    1.13 -BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev libglade-dev libxml2-dev intltool pkg-config zlib-dev bzip2-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.gnome.org/projects/gnumeric/"
    1.16  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17  
    1.18 +DEPENDS="gtk+ libgsf goffice libart_lgpl guile libgio bzlib xorg-libXdamage"
    1.19 +BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev libglade-dev libxml2-dev intltool pkg-config zlib-dev bzip2-dev"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25  	sed -i s'/omffile =.*/omffile =/' doc/C/Makefile*
    1.26  	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		--mandir=/usr/share/man \
    1.29  		--without-perl \
    1.30  		--without-python \
    1.31  		--without-gda \
    1.32  		--without-paradox \
    1.33  		$CONFIGURE_ARGS &&
    1.34 -	make -j 4 &&
    1.35 -	make DESTDIR=$PWD/_pkg install
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.