From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/aspell-hu/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 extra/aspell-hu/PKGBUILD (limited to 'extra/aspell-hu/PKGBUILD') diff --git a/extra/aspell-hu/PKGBUILD b/extra/aspell-hu/PKGBUILD new file mode 100644 index 000000000..748f3b129 --- /dev/null +++ b/extra/aspell-hu/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 116616 2011-03-24 13:05:39Z andrea $ +# Maintainer: +# Contributor: György Balló + +pkgname=aspell-hu +pkgver=0.99.4.2 +pkgrel=2 +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 +} -- cgit v1.2.3-54-g00ecf