# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=aspell-dict-gv pkgver=0.50 _pkgver=$pkgver-0 pkgrel=0 pkgdesc="Manx Gaelic dictionaries for aspell" url="http://aspell.net" arch="noarch" options="!check" # no tests license="GPL-2.0-only" depends="aspell" makedepends="debianutils-which" source="ftp://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-$_pkgver.tar.bz2" builddir="$srcdir/aspell-gv-$_pkgver" build() { cd "$builddir" ./configure --vars DESTDIR="$pkgdir" } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="6ec0893bb853c9600b49958802572edfed2127b749b2e4ee5ce051863526fefbae367cf2686ccae2f3c27fa168a8c3a8611eae3561853553594fb097fd78e37d aspell-gv-0.50-0.tar.bz2"