milis/talimatname/genel/gnumeric/talimat

21 lines
636 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Gnumeric paketi, sayısal verileri işlemek ve analiz etmek için kullanılan bir elektronik tablo programıdır.
# URL: http://www.gnumeric.org/
# Packager: milisarge
# Depends on : shared-mime-info goffice libglade gconf desktop-file-utils
name=gnumeric
version=1.12.27
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
sed -e "s@zz-application/zz-winassoc-xls;@@" -i gnumeric.desktop.in
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-schemas-install --enable-ssindex
make
make DESTDIR=$PKG install
}