diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-06 05:33:05 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-06 05:33:05 -0200 |
commit | bca0a28c346e06eeb882cab9a76587a2d34cd636 (patch) | |
tree | d5259be1a6d70cf69fa0dc146889e00c6e25e717 /pcr/hyphen-pt-br/PKGBUILD | |
parent | be7a355f1cb4820610135b9072fe84326ee95195 (diff) | |
download | abslibre-bca0a28c346e06eeb882cab9a76587a2d34cd636.tar.gz abslibre-bca0a28c346e06eeb882cab9a76587a2d34cd636.tar.bz2 abslibre-bca0a28c346e06eeb882cab9a76587a2d34cd636.zip |
hyphen-pt-br: add new package to [pcr]
Diffstat (limited to 'pcr/hyphen-pt-br/PKGBUILD')
-rw-r--r-- | pcr/hyphen-pt-br/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/hyphen-pt-br/PKGBUILD b/pcr/hyphen-pt-br/PKGBUILD new file mode 100644 index 000000000..6b08fb6da --- /dev/null +++ b/pcr/hyphen-pt-br/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer (Arch): Robson R S Peixoto <robsonpeixoto@gmail.com> +# Maintainer: André Silva <emulatorman@parabola.nu> + +pkgname=hyphen-pt-br +pkgver=213 +pkgrel=3 +pkgdesc="Portuguese (Brazil) hyphenation rules" +arch=(any) +url="http://pt-br.libreoffice.org/projetos/vero" +license=('LGPL3' 'MPL') +depends=('hyphen') +source=(http://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/hyphptBR-${pkgver}.zip) +md5sums=('498a4ec7976a814f7411f5540cbedece') + +package() { + cd ${srcdir} + install -D -m644 hyph_pt_BR.dic $pkgdir/usr/share/hyphen/hyph_pt_BR.dic + mkdir -p $pkgdir/usr/share/myspell/dicts/ + cd $pkgdir/usr/share/myspell/dicts/ + ln -s /usr/share/hyphen/hyph_pt_BR.dic hyph_pt_BR.dic +} |