[arch-commits] Commit in aspell-de/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 12:19:05 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:19:05
  Author: felixonmars
Revision: 384489

archrelease: copy trunk to staging-x86_64

Added:
  aspell-de/repos/staging-x86_64/
  aspell-de/repos/staging-x86_64/PKGBUILD
    (from rev 384488, aspell-de/trunk/PKGBUILD)

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

Copied: aspell-de/repos/staging-x86_64/PKGBUILD (from rev 384488, aspell-de/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:19:05 UTC (rev 384489)
@@ -0,0 +1,39 @@
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-de
+pkgver=20161207
+pkgrel=3
+pkgdesc="German dictionary for aspell"
+arch=('x86_64')
+url="https://j3e.de/ispell/igerman98/index.html"
+license=('GPL2')
+depends=('aspell')
+source=("https://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
+md5sums=('eb170f5d8992653b47ac4a15d127b58a')
+
+build() {
+  cd "${srcdir}/igerman98-${pkgver}"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+    make aspell/${l}.rws
+  done
+}
+
+package() {
+  cd "${srcdir}/igerman98-${pkgver}/aspell"
+
+  install -d "${pkgdir}/usr/lib/aspell-0.60"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+    install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
+      "${pkgdir}/usr/lib/aspell-0.60/"
+  done
+
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
+  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
+}



More information about the arch-commits mailing list