# Description: GNOME's spreadsheet program # URL: http://www.gnome.org/projects/gnumeric/ # Maintainer: Ivan Rodionov, jean at mosk ru # Depends on: gtk libgnomeprint libgsf libglade intltool libxml2 libart_lgpl goffice esound libgconf orbit2 avahi gnome-vfs popt audiofile name=gnumeric version=1.9.1 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-nls \ --without-gnome make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale }