wok diff goffice/receipt @ rev 1523

fxload: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 08 17:05:29 2008 +0000 (2008-10-08)
parents 2a5b3919dd73
children dbf873bf74a8
line diff
     1.1 --- a/goffice/receipt	Sun Apr 13 01:08:05 2008 +0200
     1.2 +++ b/goffice/receipt	Wed Oct 08 17:05:29 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goffice"
     1.7 -VERSION="0.6.2"
     1.8 +VERSION="0.6.5"
     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 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="gtk+-dev libgsf-dev libglade-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://freshmeat.net/projects/goffice/"
    1.16 -WGET_URL="http://freshmeat.net/redir/goffice/58291/url_tgz/$TARBALL"
    1.17 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -19,8 +19,8 @@
    1.22  		--prefix=/usr \
    1.23  		--mandir=/usr/share/man \
    1.24  		--with-html-dir=/usr/share/doc \
    1.25 -		$CONFIGURE_ARGS
    1.26 -	make
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29  	make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31