milis/talimatname/genel/gnumeric/talimat

21 lines
636 B
Plaintext
Raw Normal View History

2017-03-24 09:41:06 +01:00
# Description: Gnumeric paketi, sayısal verileri işlemek ve analiz etmek için kullanılan bir elektronik tablo programıdır.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnumeric.org/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}