updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hyphen-pt-br / PKGBUILD
blob2fd30515e4f18fbc805be5d0644e5cb86ad69ac5
1 # Maintainer: Robson R S Peixoto <robsonpeixoto@gmail.com>
3 pkgname=hyphen-pt-br
4 pkgver=209
5 pkgrel=1
6 pkgdesc="Portuguese (Brazil) hyphenation rules"
7 arch=('any')
8 url="http://www.broffice.org/verortografico/"
9 license=('LGPL-2.1')
10 depends=('hyphen')
11 source=(http://www.broffice.org/files/hyph_pt_BR-209.zip)
12 md5sums=('97bf56d7fd476c5cd6e5f3f4b4b8f9c0')
14 build() {
15   cd ${srcdir}
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: