# $Id: PKGBUILD 43272 2011-03-24 13:19:14Z andrea $ #Maintainer: Angel 'angvp' Velasquez pkgname=aspell-ca pkgver=2.1.5 pkgrel=3 arch=('i686' 'x86_64') pkgdesc="Catalan dictionary for aspell" depends=('aspell') url="http://aspell.net/" license=('GPL2') source=("ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$pkgver-1.tar.bz2") md5sums=('153d26f724866909c6faf49eecefe8b3') build() { cd aspell6-ca-${pkgver}-1 ./configure make } package() { cd aspell6-ca-${pkgver}-1 make DESTDIR=${pkgdir} install }