# Description: contient un tableur très évolué # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: goffice, gconf, desktop-file-utils, gnome-doc-utils # Run on: libgnomeprintui,goffice,gconf,desktop-file-utils name=gnumeric version=1.10.16 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --disable-schemas-install --enable-ssindex make make DESTDIR=$PKG install }