[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 00:56:12 UTC 2011


    Date: Tuesday, January 4, 2011 @ 19:56:12
  Author: andrea
Revision: 104821

Add Hungarian aspell dictionaries (FS#22316)

Added:
  aspell-hu/
  aspell-hu/repos/
  aspell-hu/trunk/
  aspell-hu/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: aspell-hu/trunk/PKGBUILD
===================================================================
--- aspell-hu/trunk/PKGBUILD	                        (rev 0)
+++ aspell-hu/trunk/PKGBUILD	2011-01-05 00:56:12 UTC (rev 104821)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=aspell-hu
+pkgver=0.99.4.2
+pkgrel=1
+pkgdesc="Hungarian spellcheck dictionary for aspell"
+arch=('any')
+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
+}


Property changes on: aspell-hu/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list