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

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

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

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