1 # Maintainer: Mauro Santos <registo.mailling@gmail.com>
6 pkgdesc="Portuguese (European) thesaurus"
8 url="http://openthesaurus.caixamagica.pt/"
10 optdepends=('libmythes: offers thesaurus library functions')
11 source=(http://openthesaurus.caixamagica.pt/download/thes_pt_PT_v2.zip)
12 md5sums=('2fa9a6845405ebb574c2f82a5cddbcbf')
20 install -dm755 ${pkgdir}/usr/share/mythes
21 cp -p th_pt_PT_v2.* $pkgdir/usr/share/mythes
24 install -dm755 ${pkgdir}/usr/share/myspell/dicts
25 pushd ${pkgdir}/usr/share/myspell/dicts
26 for file in ${pkgdir}/usr/share/mythes/*; do
27 ln -sv /usr/share/mythes/$(basename $file) .
32 install -dm755 ${pkgdir}/usr/share/doc/$pkgname
33 cp -p README_th_pt_PT_v2.txt $pkgdir/usr/share/doc/$pkgname