2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GtkTextView widget'inde kelime işlemci tarzı vurgulama ve yanlış yazılmış kelimelerin değiştirilmesini sağlar. GtkTextView widget.
|
2017-07-25 22:21:02 +02:00
|
|
|
|
# URL: http://gtkspell.sourceforge.net/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: gtk3 enchant
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gtkspell
|
|
|
|
|
_isim=gtkspell3
|
|
|
|
|
surum=3.0.8
|
|
|
|
|
devir=1
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://gtkspell.sourceforge.net/download/${_name}-$surum.tar.gz)
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${_name}-$surum
|
2017-07-25 22:21:02 +02:00
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|
|
|
|
|
|