milis/talimatname/genel/g/galculator/talimat

18 lines
384 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GTK + tabanlı bilimsel hesap makinesi
2016-02-24 01:27:23 +01:00
# URL: http://galculator.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gtk3 hicolor-icon-theme gtk-update-icon-cache desktop-file-utils
2017-01-31 01:37:09 +01:00
2017-10-28 14:10:23 +02:00
isim=galculator
2017-12-17 21:30:40 +01:00
surum=2.1.4
2017-10-28 14:10:23 +02:00
devir=1
2017-12-17 21:30:40 +01:00
kaynak=(http://galculator.mnim.org/downloads/$isim-$surum.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}