# $Id: PKGBUILD 150495 2012-02-18 03:36:32Z allan $ # Maintainer: # Contributor: Simo Leone # Contributor: Rouslan Solomakhin pkgname=aspell-ru pkgver=0.99f7 pkgrel=5 pkgdesc="Russian dictionary for aspell" arch=('i686' 'x86_64' 'mips64el') #We cannot use 'any' see FS#22443 url="http://aspell.net/" license=('custom') depends=('aspell') source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2) md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3') build() { cd $srcdir/aspell6-ru-$pkgver-1 ./configure make } package() { cd $srcdir/aspell6-ru-$pkgver-1 make DESTDIR=$pkgdir install install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE }