# Description:  contient un tableur très évolué
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnomeprintui, goffice, gconf, desktop-file-utils, gnome-doc-utils

name=gnumeric
version=1.10.12
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--disable-schemas-install --enable-ssindex
	make
	make DESTDIR=$PKG install
}