[arch-commits] Commit in aspell-de/repos (4 files)
Pierre Schmitz
pierre at nymeria.archlinux.org
Mon Oct 21 11:55:00 UTC 2013
Date: Monday, October 21, 2013 @ 13:55:00
Author: pierre
Revision: 196970
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
aspell-de/repos/testing-i686/
aspell-de/repos/testing-i686/PKGBUILD
(from rev 196969, aspell-de/trunk/PKGBUILD)
aspell-de/repos/testing-x86_64/
aspell-de/repos/testing-x86_64/PKGBUILD
(from rev 196969, aspell-de/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
Copied: aspell-de/repos/testing-i686/PKGBUILD (from rev 196969, aspell-de/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-10-21 11:55:00 UTC (rev 196970)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-de
+pkgver=20120607
+pkgrel=2
+pkgdesc="German dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://j3e.de/ispell/igerman98/index.html"
+license=('GPL2')
+depends=('aspell')
+source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
+md5sums=('9433d0ccd7db3c7681037980ece3f710')
+
+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"
+}
Copied: aspell-de/repos/testing-x86_64/PKGBUILD (from rev 196969, aspell-de/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-21 11:55:00 UTC (rev 196970)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-de
+pkgver=20120607
+pkgrel=2
+pkgdesc="German dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://j3e.de/ispell/igerman98/index.html"
+license=('GPL2')
+depends=('aspell')
+source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
+md5sums=('9433d0ccd7db3c7681037980ece3f710')
+
+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