summaryrefslogtreecommitdiff
path: root/~emulatorman/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 /~emulatorman/hunspell-pt-br/PKGBUILD
parent2d890e1b65131cac2094abca4e596a190d797190 (diff)
parent93461d8e834d69d7d21d37fa0bf27b2f5fbda371 (diff)
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~emulatorman/hunspell-pt-br/PKGBUILD')
-rw-r--r--~emulatorman/hunspell-pt-br/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/~emulatorman/hunspell-pt-br/PKGBUILD b/~emulatorman/hunspell-pt-br/PKGBUILD
deleted file mode 100644
index 35e1dc887..000000000
--- a/~emulatorman/hunspell-pt-br/PKGBUILD
+++ /dev/null
@@ -1,27 +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 <andre.paulista@adinet.com.uy>
-
-pkgname=hunspell-pt-br
-pkgver=2.0.9
-pkgrel=1
-pkgdesc="Portuguese (Brazil) hunspell 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')