# Description: GNOME's spreadsheet program # URL: http://www.gnome.org/projects/gnumeric/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: gtk libgnomeprint libgsf libglade intltool libxml2 libart_lgpl goffice name=gnumeric version=1.8.3 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version sed -i \ -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure \ --prefix=/usr \ --disable-nls \ --without-gnome make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale }