summaryrefslogtreecommitdiff
path: root/extra/aspell-es/PKGBUILD
blob: b7ea705a0e607bdc4e13d55821be7818afefb3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 215784 2014-06-30 14:35:37Z fyan $
# Maintainer:
# Contributor: Simo Leone <simo@archlinux.org>
# Contributor: Juan Pablo León <jp_leon@gmx.net>

pkgname=aspell-es
pkgver=1.11
pkgrel=6
pkgdesc="Spanish dictionary for aspell"
arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('GPL')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$pkgver-2.tar.bz2)
md5sums=('8406336a89c64e47e96f4153d0af70c4')

build() {
  cd $srcdir/aspell6-es-$pkgver-2
  ./configure 
  make
}

package() {
  cd $srcdir/aspell6-es-$pkgver-2
  make DESTDIR=$pkgdir install 
}