updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / ispell-es / PKGBUILD
blobade85b8e696806d84b356e1cf49ed1282138fa8f
1 # Mainteiner: Facundo Bianco (vando) <facundo{at}esdebian{dot}org>
2 pkgname=('ispell-es')
3 _pkgname=('espa~nol')
4 pkgver=1
5 pkgrel=11
6 pkgdesc="Spanish dictionary for ispell."
7 url="http://www.datsi.fi.upm.es/~coes"
8 depends=('ispell')
9 provides=('ispell-es')
10 source=(http://www.datsi.fi.upm.es/~coes/${_pkgname}-${pkgver}.${pkgrel}.tar.gz)
11 #source=(ftp://ftp.de.debian.org/debian/pool/main/e/espa-nol/espa-nol_1.11.orig.tar.gz)
12 md5sums=('fc09b58b773a0b62dd1c1307d19259f4')
13 arch=('i686' 'x86_64')
14 license=('GPL')
16 build() {
17         cd "${srcdir}/${_pkgname}-${pkgver}.${pkgrel}"
18         make || return 1
19         install -Dm755 ${_pkgname}.aff  ${pkgdir}/usr/lib/ispell/ispell-es.aff
20         install -Dm755 ${_pkgname}.hash ${pkgdir}/usr/lib/ispell/ispell-es.hash