[arch-commits] Commit in hunspell-de/repos/extra-any (PKGBUILD PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Sep 11 20:31:34 UTC 2011
Date: Sunday, September 11, 2011 @ 16:31:34
Author: pierre
Revision: 137820
archrelease: copy trunk to extra-any
Added:
hunspell-de/repos/extra-any/PKGBUILD
(from rev 137819, hunspell-de/trunk/PKGBUILD)
Deleted:
hunspell-de/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 126 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 58 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-11 20:31:17 UTC (rev 137819)
+++ PKGBUILD 2011-09-11 20:31:34 UTC (rev 137820)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=hunspell-de
-pkgver=20100727
-pkgrel=1
-pkgdesc="German hunspell dictionaries"
-arch=(any)
-url="http://www.j3e.de/ispell/igerman98/"
-license=('GPL' 'custom:OASIS')
-groups=()
-depends=()
-makedepends=('hunspell' 'ispell')
-optdepends=('hunspell: the spell checking libraries and apps')
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
-
-build() {
- cd "$srcdir/igerman98-$pkgver"
- make hunspell/de_AT.dic hunspell/de_AT.aff \
- hunspell/de_CH.dic hunspell/de_CH.aff \
- hunspell/de_DE.dic hunspell/de_DE.aff
-}
-
-package() {
- cd "$srcdir/igerman98-$pkgver/hunspell"
- install -dm755 ${pkgdir}/usr/share/hunspell
- cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
-
- pushd $pkgdir/usr/share/hunspell/
- de_DE_aliases="de_BE de_LU"
- for lang in $de_DE_aliases; do
- ln -s de_DE.aff $lang.aff
- ln -s de_DE.dic $lang.dic
- done
- de_CH_aliases="de_LI"
- for lang in $de_CH_aliases; do
- ln -s de_CH.aff $lang.aff
- ln -s de_CH.dic $lang.dic
- done
- popd
-
- # the symlinks
- install -dm755 ${pkgdir}/usr/share/myspell/dicts
- pushd $pkgdir/usr/share/myspell/dicts
- for file in $pkgdir/usr/share/hunspell/*; do
- ln -sv /usr/share/hunspell/$(basename $file) .
- done
- popd
-
- # docs
- install -dm755 ${pkgdir}/usr/share/doc/$pkgname
- cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
-
- # licenses
- install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
- install -D -m644 COPYING_OASIS $pkgdir/usr/share/licenses/$pkgname/COPYING_OASIS
-
-
-}
Copied: hunspell-de/repos/extra-any/PKGBUILD (from rev 137819, hunspell-de/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-09-11 20:31:34 UTC (rev 137820)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=hunspell-de
+pkgver=20110609
+pkgrel=1
+pkgdesc="German hunspell dictionaries"
+arch=('any')
+url="http://www.j3e.de/ispell/igerman98/"
+license=('GPL' 'custom:OASIS')
+makedepends=('hunspell' 'ispell')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=("http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2")
+md5sums=('6e7ea765b6188c08d470111e221cc91a')
+
+build() {
+ cd "$srcdir/igerman98-$pkgver"
+ make hunspell/de_AT.dic hunspell/de_AT.aff \
+ hunspell/de_CH.dic hunspell/de_CH.aff \
+ hunspell/de_DE.dic hunspell/de_DE.aff
+}
+
+package() {
+ cd "$srcdir/igerman98-$pkgver/hunspell"
+ install -dm755 ${pkgdir}/usr/share/hunspell
+ cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
+
+ pushd $pkgdir/usr/share/hunspell/
+ de_DE_aliases="de_BE de_LU"
+ for lang in $de_DE_aliases; do
+ ln -s de_DE.aff $lang.aff
+ ln -s de_DE.dic $lang.dic
+ done
+ de_CH_aliases="de_LI"
+ for lang in $de_CH_aliases; do
+ ln -s de_CH.aff $lang.aff
+ ln -s de_CH.dic $lang.dic
+ done
+ popd
+
+ # the symlinks
+ install -dm755 ${pkgdir}/usr/share/myspell/dicts
+ pushd $pkgdir/usr/share/myspell/dicts
+ for file in $pkgdir/usr/share/hunspell/*; do
+ ln -sv /usr/share/hunspell/$(basename $file) .
+ done
+ popd
+
+ # docs
+ install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+ cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
+
+ # licenses
+ install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
+ install -D -m644 COPYING_OASIS $pkgdir/usr/share/licenses/$pkgname/COPYING_OASIS
+
+}
More information about the arch-commits
mailing list