1 # Made using hunspell-uk package as template
5 pkgdesc="Norwegian Bokmål thesaurus"
7 url="http://wiki.services.openoffice.org/wiki/Dictionaries"
9 optdepends=('libmythes: offers thesaurus library functions')
10 source=(http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/thes_nb_NO_v2.zip)
11 md5sums=('a08bf55ed85405b56b16f834b91527d7')
16 install -dm755 ${pkgdir}/usr/share/mythes
17 install -m 644 th_nb_NO_v2.* $pkgdir/usr/share/mythes
19 install -dm755 ${pkgdir}/usr/share/myspell/dicts
20 pushd $pkgdir/usr/share/myspell/dicts
21 for file in $pkgdir/usr/share/mythes/*; do
22 ln -sv /usr/share/mythes/$(basename $file) .
26 install -dm755 ${pkgdir}/usr/share/doc/$pkgname
27 install -m 644 README_th_nb_NO_v2.txt $pkgdir/usr/share/doc/$pkgname