# # Platform Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=aspell-el pkgver=0.50 pkgrel=4 pkgdesc="Greek dictionary for aspell." arch=('i686' 'x86_64') url="http://aspell.net/" license=('GPL') depends=('aspell') source=(ftp://ftp.gnu.org/gnu/aspell/dict/el/$pkgname-0.50-3.tar.bz2) md5sums=('0ea2c42ceb9b91f7f5de2c017234ad37') build() { cd $srcdir/$pkgname-0.50-3 ./configure || return 1 make || return 1 make DESTDIR=$pkgdir install || return 1 }