milis/talimatname/genel/gtkspell/talimat

20 lines
501 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.

# Description: 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/
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 enchant
name=gtkspell
_name=gtkspell3
version=3.0.8
release=1
source=(http://gtkspell.sourceforge.net/download/${_name}-$version.tar.gz)
build() {
cd ${_name}-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}