summaryrefslogtreecommitdiff
path: root/extra/aspell-fr/PKGBUILD
blob: ef91b75135d9d32801f627fb0c0027876f64b4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 116613 2011-03-24 13:03:29Z andrea $
# Maintainer:
# Contributor: Simo Leone <simo@archlinux.org>
# Contributor: Eric Johnson <eric@coding-zone.com>

pkgname=aspell-fr
pkgver=0.50.3
pkgrel=5
pkgdesc="French dictionary for aspell"
arch=('i686' '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 $srcdir/$pkgname-0.50-3
  ./configure
  make
}

package() {
  cd $srcdir/$pkgname-0.50-3
  make DESTDIR=$pkgdir install
}