updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / hunspell-pt-br / PKGBUILD
blob0e447857ad10539db0a75e7f707f687a522543b4
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>
5 pkgname=hunspell-pt-br
6 pkgver=2.0.9
7 pkgrel=1
8 pkgdesc="Portuguese (Brazil) dictionary"
9 arch=(any)
10 url="http://www.broffice.org/verortografico/"
11 license=('LGPL-2.1')
12 optdepends=('hunspell:  the spell checking libraries and apps')
13 source=(http://www.broffice.org/files/Vero_pt_BR_V209AOC.oxt)
15 build() {
16   cd ${srcdir}
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')