diff options
author | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
commit | 987f836820eae061f40608b4ee1b6a14ecced3cc (patch) | |
tree | d28e524877b41fb49ccb7b2f99b36db2f9c90e89 /social | |
parent | ce26b1905ac40cd9389e1c9f364a2ccd8f4ec13c (diff) |
Tue Apr 9 00:05:27 PDT 2013
Diffstat (limited to 'social')
-rw-r--r-- | social/hunspell-pt-br/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD deleted file mode 100644 index 35e1dc887..000000000 --- a/social/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') |