wok diff gnumeric/receipt @ rev 5833

Up: xfce4-settings (4.6.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 08:08:20 2010 +0200 (2010-07-16)
parents 5755f3c9fd0f
children 81c1abcd3129
line diff
     1.1 --- a/gnumeric/receipt	Tue Sep 22 20:06:36 2009 +0200
     1.2 +++ b/gnumeric/receipt	Fri Jul 16 08:08:20 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnumeric"
     1.7 -VERSION="1.8.4"
     1.8 +VERSION="1.10.7"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Office Spreadsheet application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.gnome.org/projects/gnumeric/"
    1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.8/$TARBALL"
    1.17 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -23,7 +23,7 @@
    1.22  		--without-gda \
    1.23  		--without-paradox \
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make &&
    1.26 +	make -j 4 &&
    1.27  	make DESTDIR=$PWD/_pkg install
    1.28  }
    1.29