milis/talimatname/genel/g/gnumeric/talimat

21 lines
628 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: shared-mime-info goffice libglade gconf desktop-file-utils
2016-02-24 01:27:23 +01:00
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
}