From 38fa0f48fe05fa825b8b3d7b9ba10671d4df6f11 Mon Sep 17 00:00:00 2001 From: onekk Date: Mon, 27 Oct 2014 14:43:24 +0100 Subject: [PATCH] New package: hunspel-de_DE german dictionary for hunspell Best Regards Carlo D. --- srcpkgs/hunspell-de_DE/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/hunspell-de_DE/template diff --git a/srcpkgs/hunspell-de_DE/template b/srcpkgs/hunspell-de_DE/template new file mode 100644 index 0000000000..22b4dbc95b --- /dev/null +++ b/srcpkgs/hunspell-de_DE/template @@ -0,0 +1,21 @@ +# Template file for 'hunspell-de_DE' +pkgname=hunspell-de_DE +version=2013-12-06 +revision=1 +maintainer="Carlo Dormeletti " +homepage="http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries" +license="GPL-3" +hostmakedepends="unzip" +short_desc="German (Germany) dictionary for hunspell" +distfiles="http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries/releases/2013.12.06/dict-de_de-frami_${version}.oxt>dict-de.zip" +checksum="c82ebfc13b047c5acb28a7b12b42447a7e7c07fbdf24ab5ef77bf099cfbab0a9" +create_wrksrc=yes +noarch=yes + +do_install() { + vinstall ${wrksrc}/de_DE_frami/de_DE_frami.aff 644 usr/share/hunspell de_DE.aff + vinstall ${wrksrc}/de_DE_frami/de_DE_frami.dic 644 usr/share/hunspell de_DE.dic + vdoc README_extension_owner.txt +} + +# vim: set ts=4 sw=4 sts=4