1 # Maintainer: Daniel Felipe Reis Apolinario <dapolinario@gmail.com>
2 # Contributor: Bernardo Barros <bernardobarros@NOSPAM.gmail.com>
3 # Contributor: Robson R S Peixoto <robsonpeixoto@gmail.com>
8 pkgdesc="Portuguese (Brazil) dictionary"
10 url="http://www.broffice.org/verortografico/"
12 optdepends=('hunspell: the spell checking libraries and apps')
13 source=(http://www.broffice.org/files/Vero_pt_BR_V209AOC.oxt)
17 install -D -m644 pt_BR.dic $pkgdir/usr/share/hunspell/pt_BR.dic
18 install -D -m644 pt_BR.aff $pkgdir/usr/share/hunspell/pt_BR.aff
19 mkdir -p $pkgdir/usr/share/myspell/dicts
20 cd $pkgdir/usr/share/myspell/dicts
22 ln -s /usr/share/hunspell/pt_BR.dic pt_BR.dic
23 ln -s /usr/share/hunspell/pt_BR.aff pt_BR.aff
26 md5sums=('47313490f1a21c87b6d5fb5655042e22')