1 # Maintainer: birdflesh <antkoul at gmail dot com>
6 pkgdesc="Greek hunspell dictionary"
8 url="http://elspell.math.upatras.gr/"
9 license=('MPL' 'GPL' 'LGPL')
10 optdepends=('hunspell: the spell checking libraries and apps')
11 source=(${url}files/ooffice/el_GR-${pkgver}.zip)
12 md5sums=('83c61e548d8c1feea648dbb11731ea74')
15 install -dm755 ${pkgdir}/usr/share/hunspell
16 install -m644 el_GR.aff ${pkgdir}/usr/share/hunspell
17 install -m644 el_GR.dic ${pkgdir}/usr/share/hunspell
20 install -dm755 ${pkgdir}/usr/share/myspell/dicts
21 pushd $pkgdir/usr/share/myspell/dicts
22 for file in $pkgdir/usr/share/hunspell/*; do
23 ln -sv /usr/share/hunspell/$(basename $file) .
28 install -dm755 ${pkgdir}/usr/share/doc/$pkgname
29 install -m644 README_el_GR.txt $pkgdir/usr/share/doc/$pkgname