# $Id: PKGBUILD 99802 2013-10-30 23:48:32Z allan $ # Maintainer: Balló György # Contributor: Roman Kyrylych # Contributor: Ben pkgname=gtkspell3 pkgver=3.0.4 pkgrel=1 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" arch=('i686' 'x86_64') license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool' 'gobject-introspection' 'vala') source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz) md5sums=('d25b547507940738cf016936c3452113') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }