#Maintainer: Dimitris Tzemos pkgname=libreoffice-extension-ancient-greek-dictionary pkgver=1.6beta3 _pkgver=5.1 pkgrel=1dj source=("http://members.hellug.gr/sng/ancientgreekoxt/files/AncientGreek-1.6-beta3.oxt") sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname url="http://extensions.libreoffice.org/extension-center/ancientgreek/releases/1.6-beta3" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libreoffice-extension-ancient-greek-dictionary (Ancient Greek)" "Greek dictionary for Ancient 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}/AncientGreek-1.6-beta3.oxt -d ${PKG}/usr/lib${LIBDIRSUFFIX}/libreoffice${_pkgver}/share/extensions/ancient-greek-dictionary || return 1 }