pkgname=libreoffice-extension-languagetool pkgver=1.4 pkgrel=1 pkgdesc="Grammar checker for English, French, German (etc.) in Libre Office" arch=('any') url="http://www.languagetool.org/" license=('LGPL') groups=('libreoffice-extensions') depends=('libreoffice-common' 'languagetool') package() { install -d "$pkgdir"/usr/lib/libreoffice/share/extensions ln -s /usr/share/languagetool "$pkgdir"/usr/lib/libreoffice/share/extensions/languagetool }