# 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 name=gnumeric version=1.10.8 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 make make DESTDIR=$PKG install }