milis/talimatname/genel/g/gtkspell/talimat

20 lines
486 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GtkTextView widget'inde kelime işlemci tarzı vurgulama ve yanlış yazılmış kelimelerin değiştirilmesini sağlar. GtkTextView widget.
# URL: http://gtkspell.sourceforge.net/
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk3 enchant
isim=gtkspell
_isim=gtkspell3
surum=3.0.8
devir=1
kaynak=(http://gtkspell.sourceforge.net/download/${_name}-$surum.tar.gz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}