wok diff goffice/receipt @ rev 6005

leocad: Update wget URL
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 16:16:00 2010 +0000 (2010-08-14)
parents 0ea24a127aa4
children 202460462db6
line diff
     1.1 --- a/goffice/receipt	Sun May 16 17:18:27 2010 +0000
     1.2 +++ b/goffice/receipt	Sat Aug 14 16:16:00 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goffice"
     1.7 -VERSION="0.8.3"
     1.8 +VERSION="0.8.6"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GOffice is a library of document-centric objects and utilities."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -21,7 +21,7 @@
    1.13  		--with-html-dir=/usr/share/doc \
    1.14  		--without-gconf \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 +	make -j 4 &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20