PKGBUILDs/community/aspell-ca/PKGBUILD

22 lines
608 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
#Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
#Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=aspell-ca
pkgver=20040130
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=('5dfeebdfbe68556e70abfa95dd775263')
build() {
cd $startdir/src/aspell6-ca-$pkgver-1
./configure
/usr/bin/make || return 1
/usr/bin/make DESTDIR=$startdir/pkg install
}