wok rev 11160

Up: goffice to 0.8.17.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 06:51:02 2011 +0000 (2011-11-02)
parents 34057f29b149
children 7e7ac588d1f4
files goffice-dev/receipt goffice/receipt
line diff
     1.1 --- a/goffice-dev/receipt	Wed Nov 02 06:47:33 2011 +0000
     1.2 +++ b/goffice-dev/receipt	Wed Nov 02 06:51:02 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goffice-dev"
     1.7 -VERSION="0.8.14"
     1.8 +VERSION="0.8.17"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GOffice devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/goffice/receipt	Wed Nov 02 06:47:33 2011 +0000
     2.2 +++ b/goffice/receipt	Wed Nov 02 06:51:02 2011 +0000
     2.3 @@ -1,29 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="goffice"
     2.7 -VERSION="0.8.14"
     2.8 +VERSION="0.8.17"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="GOffice is a library of document-centric objects and utilities."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://freshmeat.net/projects/goffice/"
    2.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.15 +
    2.16  DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage"
    2.17  BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool expat-dev bzip2-dev"
    2.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.19 -WEB_SITE="http://freshmeat.net/projects/goffice/"
    2.20 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25  	cd $src
    2.26  	./configure \
    2.27 -		--prefix=/usr \
    2.28 -		--mandir=/usr/share/man \
    2.29  		--with-html-dir=/usr/share/doc \
    2.30  		--without-gconf \
    2.31  		--disable-static \
    2.32  		$CONFIGURE_ARGS &&
    2.33 -	make -j 4 &&
    2.34 -	make DESTDIR=$PWD/_pkg install
    2.35 +	make &&	make install
    2.36  }
    2.37  
    2.38  # Rules to gen a SliTaz package suitable for Tazpkg.