talimat 396 B

12345678910111213141516171819
  1. # Tanım: GTK+ tabanlı bilimsel hesap makinesi
  2. # URL: http://galculator.sourceforge.net/
  3. # Paketçi: milisarge
  4. # Gerekler: gtk3 hicolor-icon-theme gtk-update-icon-cache desktop-file-utils
  5. # Grup: ofis
  6. isim=galculator
  7. surum=2.1.4
  8. devir=1
  9. kaynak=(http://galculator.mnim.org/downloads/$isim-$surum.tar.bz2)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure --prefix=/usr
  13. make
  14. make DESTDIR=$PKG install
  15. }