# # 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-fi pkgver=0.7 pkgrel=2 pkgdesc="Finnish dictionary for aspell" arch=('i686' 'x86_64') url="http://aspell.net" license=('GPL2') depends=('aspell') source=(ftp://ftp.gnu.org/gnu/aspell/dict/fi/aspell6-fi-$pkgver-0.tar.bz2) md5sums=('6d1032116982c0efab1af8fce83259c0') sha1sums=('10235c88220f7b914a1d8af7b4d4e8e26b5d7c76') build() { cd "$srcdir/aspell6-fi-$pkgver-0" ./configure || return 1 make || return 1 make DESTDIR="$pkgdir" install || return 1 }