# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
# Contributor: birdflesh <antkoul at gmail dot com>
# Contributor: Simo Leone <simo@archlinux.org>

pkgname=aspell-el
pkgver=0.08
pkgrel=6
pkgdesc="Greek dictionary for aspell"
url="https://www.elspell.gr/"
arch=('any')
license=('GPL')

depends=('aspell')

source=("http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2")

md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
sha256sums=('4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2')

build() {
  cd aspell6-el-"$pkgver"-0
  ./configure
  make
}

package() {
  cd aspell6-el-"$pkgver"-0
  make DESTDIR="$pkgdir" install
}
