1 # Maintainer: Robson R S Peixoto <robsonpeixoto@gmail.com>
6 pkgdesc="Portuguese (Brazil) hyphenation rules"
8 url="http://www.broffice.org/verortografico/"
11 source=(http://www.broffice.org/files/hyph_pt_BR-209.zip)
12 md5sums=('97bf56d7fd476c5cd6e5f3f4b4b8f9c0')
16 install -D -m644 hyph_pt_BR.dic $pkgdir/usr/share/hyphen/hyph_pt_BR.dic
17 mkdir -p $pkgdir/usr/share/myspell/dicts/
18 cd $pkgdir/usr/share/myspell/dicts/
19 ln -s /usr/share/hyphen/hyph_pt_BR.dic hyph_pt_BR.dic
22 # vim:set ts=2 sw=2 et: