updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libreoffice-extension-languagetool / PKGBUILD
blobaafe934ae747452c5033a09a56c5cffc340782d3
1 # Maintainer: 3ED <krzysztof1987 /at/ gmail /dot/ com>
4 pkgname=libreoffice-extension-languagetool
5 _pkgname=languagetool
6 pkgver=1.6
7 pkgrel=1
8 pkgdesc="An Open Source style and grammar checker (22 languages)"
9 arch=('any')
10 url="http://extensions.services.openoffice.org/project/languagetool"
11 license=('LGPL')
12 groups=('libreoffice-extensions')
13 depends=('libreoffice-common' 'languagetool')
15 package() {
16   _DEST="${pkgdir}/usr/lib/libreoffice/share/extensions/"
17   install -dm755 "${_DEST}"
18   ln -s "/usr/share/languagetool" "${_DEST}/${_pkgname}"