summaryrefslogtreecommitdiff
path: root/extra/aspell-hu/PKGBUILD
blob: 3867d5869f03288786d60cee47a2be97d62ece24 (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
27
# $Id: PKGBUILD 215924 2014-07-01 00:40:25Z fyan $
# Maintainer:
# Contributor: György Balló <ballogy@freestart.hu>

pkgname=aspell-hu
pkgver=0.99.4.2
pkgrel=4
pkgdesc="Hungarian spellcheck dictionary for aspell"
arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('GPL')
depends=('aspell')
source=("ftp://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-${pkgver}-0.tar.bz2")
md5sums=('4f4e1e98019a89d0ebf43ec59ae68254')

build() {
  cd "${srcdir}/aspell6-hu-${pkgver}-0"

  ./configure
  make
}

package() {
  cd "${srcdir}/aspell6-hu-${pkgver}-0"

  make DESTDIR="${pkgdir}" install
}