1 # Maintainer: Erik Johnson <palehose at gmail dot com>
6 pkgdesc="Utilities to spell-check selectively"
8 url="http://home.worldonline.dk/~byrial/spellutils/"
11 optdepends=('aspell: spell-checking utility')
12 source=(http://omploader.org/vM2Fncw/spellutils-0.7.tar.bz2)
13 md5sums=('e2f64d49aabb359e79ba588e6c14c3c2')
16 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$pkgdir install || return 1