# Maintainer: Daniel Felipe Reis Apolinario # Contributor: Bernardo Barros # Contributor: Robson R S Peixoto # Maintainer (Parabola): André Silva pkgname=hunspell-pt-br pkgver=3.2 pkgrel=1 pkgdesc="Portuguese (Brazil) dictionary" arch=(any) url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico" license=('LGPLv3' 'MPL') optdepends=('hunspell: the spell checking libraries and apps') source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOG.oxt) md5sums=('3b2f7291d486435cf6706b55e02da5b6') 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 }