description="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
url="http://gtkspell.sourceforge.net/"

packager="Tnut <tnut@nutyx.org>"
contributors="Tnut, Jayce"

makedepends=(gtk3 enchant)

name=gtkspell
_name=gtkspell3
version=3.0.10
release=4

source=(https://downloads.sourceforge.net/sourceforge/$name/${_name}-$version.tar.xz)

build() {
	cd ${_name}-$version
	./configure --prefix=/usr --disable-static
	make
	make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libgtkspell3-3.la
}
