core/aspell-fr/PKGBUILD

22 lines
556 B
Bash
Raw Normal View History

2010-03-14 23:48:48 +08:00
# $Id: PKGBUILD 32300 2009-03-30 03:24:12Z eric $
# Maintainer: Simo Leone <simo@archlinux.org>
# Contributor: Eric Johnson <eric@coding-zone.com>
pkgname=aspell-fr
pkgver=0.50.3
pkgrel=3
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 || return 1
make || return 1
make DESTDIR=$pkgdir install || return 1
}