# Maintainer: Daniel Felipe Reis Apolinario # Contributor: Bernardo Barros # Contributor: Robson R S Peixoto # Maintainer (Parabola): André Silva pkgname=hunspell-pt-br pkgver=3.0 pkgrel=3 pkgdesc="Portuguese (Brazil) dictionary" arch=(any) url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico" license=('LGPLv3') optdepends=('hunspell: the spell checking libraries and apps') source=(http://pt-br.libreoffice.org/assets/VeroptBRV300AOG.oxt) md5sums=('96e05c7b7df97e2d1ce57ff736063bdf') package() { install -D -m644 ${srcdir}/pt_BR.dic ${pkgdir}/usr/share/hunspell/pt_BR.dic install -D -m644 ${srcdir}/pt_BR.aff ${pkgdir}/usr/share/hunspell/pt_BR.aff mkdir -p ${pkgdir}/usr/share/myspell/dicts ln -s /usr/share/hunspell/pt_BR.dic ${pkgdir}/usr/share/myspell/dicts/pt_BR.dic ln -s /usr/share/hunspell/pt_BR.aff ${pkgdir}/usr/share/myspell/dicts/pt_BR.aff }