talimat 636 B

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