summaryrefslogtreecommitdiff
path: root/pcr/hunspell-pt-br/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-04-09 08:05:02 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-04-09 08:05:02 -0300
commit64a0936eb62b19d7ce9a48bf9c61e50d89323e56 (patch)
tree851af537628ddcc52a525c8a1a51ce3541fe66f4 /pcr/hunspell-pt-br/PKGBUILD
parent2d890e1b65131cac2094abca4e596a190d797190 (diff)
parent93461d8e834d69d7d21d37fa0bf27b2f5fbda371 (diff)
downloadabslibre-64a0936eb62b19d7ce9a48bf9c61e50d89323e56.tar.gz
abslibre-64a0936eb62b19d7ce9a48bf9c61e50d89323e56.tar.bz2
abslibre-64a0936eb62b19d7ce9a48bf9c61e50d89323e56.zip
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/hunspell-pt-br/PKGBUILD')
-rw-r--r--pcr/hunspell-pt-br/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/pcr/hunspell-pt-br/PKGBUILD b/pcr/hunspell-pt-br/PKGBUILD
new file mode 100644
index 000000000..0641711df
--- /dev/null
+++ b/pcr/hunspell-pt-br/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Felipe Reis Apolinario <dapolinario@gmail.com>
+# Contributor: Bernardo Barros <bernardobarros@NOSPAM.gmail.com>
+# Contributor: Robson R S Peixoto <robsonpeixoto@gmail.com>
+# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
+
+pkgname=hunspell-pt-br
+pkgver=3.0
+pkgrel=3
+pkgdesc="Portuguese (Brazil) dictionary"
+arch=(any)
+url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico"
+license=('LGPLv3')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://pt-br.libreoffice.org/assets/VeroptBRV300AOG.oxt)
+md5sums=('96e05c7b7df97e2d1ce57ff736063bdf')
+
+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
+}