summaryrefslogtreecommitdiff
path: root/pcr/hunspell-pt-br/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/hunspell-pt-br/PKGBUILD')
-rw-r--r--pcr/hunspell-pt-br/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/hunspell-pt-br/PKGBUILD b/pcr/hunspell-pt-br/PKGBUILD
deleted file mode 100644
index 5c4ff0c3a..000000000
--- a/pcr/hunspell-pt-br/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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@parabola.nu>
-
-pkgname=hunspell-pt-br
-pkgver=3.2
-pkgrel=2
-pkgdesc="Portuguese (Brazil) dictionary"
-arch=(any)
-url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico"
-license=('LGPLv3' 'MPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOC.oxt)
-md5sums=('9a9ac174c401406604bfcf101de2a7ba')
-
-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
-}