# Contributor: Valery Kartel # Maintainer: Natanael Copa pkgname=aspell-en pkgver=2017.08.24 pkgrel=0 _lang=${pkgname##*-} _name=${pkgname%%-*}6-$_lang-$pkgver-0 pkgdesc="English dictionary for aspell" url="http://aspell.net/" arch="noarch" license="custom" options="!check" # No test suite makedepends="aspell-dev" source="https://ftp.gnu.org/gnu/aspell/dict/$_lang/$_name.tar.bz2" builddir="$srcdir"/$_name build () { cd "$builddir" ./configure make } package() { cd "$builddir" make DESTDIR="$pkgdir" install install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } sha512sums="2530f6bff61456ccf4e0e8383ab8583a1421b6001f156b4419385a272a54217b01e93d7aed8acff15f1e49afbb13bb81fd66002662ce7233c465ec0737fdfedc aspell6-en-2017.08.24-0.tar.bz2"