# Maintainer:
# Contributor: Simo Leone <simo@archlinux.org>
# Contributor: Eric Johnson <eric@coding-zone.com>

pkgname=aspell-fr
pkgver=0.50.3
pkgrel=9
pkgdesc="French dictionary for aspell"
arch=('x86_64')
url="http://aspell.net/"
license=('GPL')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/fr/$pkgname-0.50-3.tar.bz2)
md5sums=('53a2d05c4e8f7fabd3cefe24db977be7')

build() {
  cd aspell-fr-0.50-3
  ./configure
  make
}

package() {
  cd aspell-fr-0.50-3
  make DESTDIR="$pkgdir" install
}
