updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / mythes-nb / PKGBUILD
bloba0961e49af9cd519571fe2949851809189a77681
1 # Made using hunspell-uk package as template
2 pkgname=('mythes-nb')
3 pkgver=1.1
4 pkgrel=1
5 pkgdesc="Norwegian BokmÃ¥l thesaurus"
6 arch=(any)
7 url="http://wiki.services.openoffice.org/wiki/Dictionaries"
8 license=('LGPL')
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')
13 package() {
15   cd "$srcdir"
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) .
23     done
24   popd
25   
26   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
27   install -m 644 README_th_nb_NO_v2.txt $pkgdir/usr/share/doc/$pkgname