pkgname=aspell-ru pkgver=0.99f7.1 _pkgver=0.99f7-1 pkgrel=2 pkgdesc="Russian dictionary for aspell" arch=('i686' 'x86_64') url="http://aspell.net/" license=('custom') depends=('aspell') source=("https://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-${_pkgver}.tar.bz2") md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3') build() { cd aspell6-ru-${_pkgver} ./configure make } package() { cd aspell6-ru-${_pkgver} make DESTDIR=${pkgdir} install install -D -m644 Copyright ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }