# $Id: PKGBUILD 69145 2012-04-09 20:12:18Z bgyorgy $ # Maintainer: Balló György # Contributor: Roman Kyrylych # Contributor: Ben pkgname=gtkspell3 _pkgname=gtkspell pkgver=3.0.0.hg20110814 _pkgver=3.0.0~hg20110814 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' 'mips64el') license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool') options=('!libtool') source=(http://pkgbuild.com/~bgyorgy/sources/${pkgname}_$_pkgver.orig.tar.gz) md5sums=('7cebcfa281f1f21fcb419f559a3e9e56') build() { cd "$srcdir/$_pkgname-3.0.0+dev" ./configure --prefix=/usr --disable-static make } package() { cd "$srcdir/$_pkgname-3.0.0+dev" make DESTDIR="$pkgdir" install }