From 76b85adbf344b6138f1fdfdfd4ddbc172a80d50a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 7 Apr 2012 05:20:40 -0300 Subject: social/hunspell-pt-br --- social/hunspell-pt-br/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 social/hunspell-pt-br/PKGBUILD (limited to 'social/hunspell-pt-br') diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD new file mode 100644 index 000000000..c7124503b --- /dev/null +++ b/social/hunspell-pt-br/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Daniel Felipe Reis Apolinario +# Contributor: Bernardo Barros +# Contributor: Robson R S Peixoto +# Contributor (Parabola): André Silva + +pkgname=hunspell-pt-br +pkgver=2.0.9 +pkgrel=1 +pkgdesc="Portuguese (Brazil) dictionary" +arch=(any) +url="http://www.broffice.org/verortografico/" +license=('LGPL-2.1') +optdepends=('hunspell: the spell checking libraries and apps') +source=(http://www.broffice.org/files/Vero_pt_BR_V209AOC.oxt) + +build() { + 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 + mkdir -p $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 +} + +md5sums=('47313490f1a21c87b6d5fb5655042e22') -- cgit v1.2.3