updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / aspell-la / PKGBUILD
blob2f80ba0f3d58954b0efd4383863cb7f7a96a9d89
1 # Contributor: Joseph Nosie <bolts at archlinux dot us>
3 pkgname=aspell-la
4 pkgver=20020503
5 pkgrel=1
6 pkgdesc="Latin dictionary for aspell"
7 license=('LGPL')
8 depends=('aspell')
9 arch=('i686' 'x86_64')
10 url=("http://aspell.net/")
11 source=(http://ftp.gnu.org/gnu/aspell/dict/la/aspell6-la-${pkgver}-0.tar.bz2)
12 md5sums=('d42c679b95ba9b094aaa65f118834bf6')
14 build() {
15   cd $startdir/src/aspell6-la-${pkgver}-0
16   ./configure
17   /usr/bin/make || return 1
18   /usr/bin/make DESTDIR=$startdir/pkg install
21 # vim: ts=2 sw=2 et ft=sh