[arch-commits] Commit in aspell-hu/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:11:26 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:11:25
  Author: andrea
Revision: 126487

archrelease: copy trunk to community-i686, community-x86_64

Added:
  aspell-hu/repos/community-i686/
  aspell-hu/repos/community-i686/PKGBUILD
    (from rev 126486, aspell-hu/trunk/PKGBUILD)
  aspell-hu/repos/community-x86_64/
  aspell-hu/repos/community-x86_64/PKGBUILD
    (from rev 126486, aspell-hu/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: aspell-hu/repos/community-i686/PKGBUILD (from rev 126486, aspell-hu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 10:11:25 UTC (rev 126487)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: György Balló <ballogy at 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
+}

Copied: aspell-hu/repos/community-x86_64/PKGBUILD (from rev 126486, aspell-hu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 10:11:25 UTC (rev 126487)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: György Balló <ballogy at 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
+}



More information about the arch-commits mailing list