#Maintainer: Dimitris Tzemos pkgname=libreoffice-extension-greek-dictionary pkgver=1.1.0 _pkgver=5.1 pkgrel=1dj source=("http://liquidtelecom.dl.sourceforge.net/project/aoo-extensions/1411/2/el_gr_v110.oxt") sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname url="http://extensions.services.openoffice.org/en/project/el_dict" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libreoffice-extension-greek-dictionary (Modern Greek)" "Greek dictionary for Modern Greek spelling from the" "OpenOffice.org project that works on LibreOffice" "" "Homepage: http://extensions.services.openoffice.org/en/project/el_dict" ) build() { install -dm755 ${PKG}/usr/lib${LIBDIRSUFFIX}/libreoffice${_pkgver}/share/extensions || return 1 unzip -q ${SRC}/el_gr_v110.oxt -d ${PKG}/usr/lib${LIBDIRSUFFIX}/libreoffice${_pkgver}/share/extensions/greek-dictionary || return 1 }