summaryrefslogtreecommitdiff
path: root/user/aspell-dict-de/APKBUILD
blob: 080984aa30e536d248f2ecdef070b8c35c148c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-de
pkgver=20161207
pkgrel=0
pkgdesc="German dictionaries for aspell"
url="http://j3e.de/ispell/igerman98/index.html"
arch="noarch"
options="!check" # no tests
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
source="https://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2"
builddir="$srcdir/igerman98-$pkgver"
_langs="de_DE de_AT de_CH"

build() {
    cd "$builddir"
    for i in $_langs; do
	    make aspell/${i}.rws
    done
}

package() {
    cd "$builddir"/aspell
    mkdir -p "$pkgdir"/usr/share/aspell
    for i in $_langs; do
	    install -m644 ${i}.alias ${i}.dat ${i}_affix.dat ${i}.multi ${i}.rws "$pkgdir"/usr/share/aspell
    done
}
sha512sums="62be84ac76fd2a0acc25439aa4c04339e54a1c7a2f619d76e0e01cfb53eeeca263c5cc335e315f9adeee9bab5cc392d4c473ca55cbed371c04c123d6fa2272aa  igerman98-20161207.tar.bz2"