archrelease: copy trunk to staging-x86_64
[arch-packages.git] / aspell-fr / repos / extra-x86_64 / PKGBUILD
blobe2c8d1e74f3bc679a9f3d725fa0052ecc90a9bb7
1 # Maintainer:
2 # Contributor: Simo Leone <simo@archlinux.org>
3 # Contributor: Eric Johnson <eric@coding-zone.com>
5 pkgname=aspell-fr
6 pkgver=0.50.3
7 pkgrel=10
8 pkgdesc="French dictionary for aspell"
9 arch=('x86_64')
10 url="http://aspell.net/"
11 license=('GPL')
12 depends=('aspell')
13 source=(https://ftp.gnu.org/gnu/aspell/dict/fr/$pkgname-0.50-3.tar.bz2)
14 sha256sums=('f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91')
16 build() {
17   cd aspell-fr-0.50-3
18   ./configure
19   make
22 package() {
23   cd aspell-fr-0.50-3
24   make DESTDIR="$pkgdir" install