# Maintainer: Daniele Cocca # Original AUR Maintainer: Daniel Felipe Reis Apolinario # Original AUR Contributor: Bernardo Barros # Original AUR Contributor: Robson R S Peixoto pkgname=hunspell-pt-br pkgver=3.2 pkgrel=1 pkgdesc="Portuguese (Brazil) dictionary." arch=('any') url="http://pt-br.libreoffice.org/projetos/vero" license=('LGPL-2.1') optdepends=('hunspell: the spell checking libraries and apps') source=('http://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt') md5sums=('9a9ac174c401406604bfcf101de2a7ba') package() { cd "${srcdir}" install -D -m644 pt_BR.dic "${pkgdir}/usr/share/hunspell/pt_BR.dic" install -D -m644 pt_BR.aff "${pkgdir}/usr/share/hunspell/pt_BR.aff" install -d -m755 "${pkgdir}/usr/share/myspell/dicts" cd "${pkgdir}/usr/share/myspell/dicts" ln -s /usr/share/hunspell/pt_BR.dic pt_BR.dic ln -s /usr/share/hunspell/pt_BR.aff pt_BR.aff } # vim:set ts=2 sw=2 et: