From f2195993167516105692a5eeb26392ec63be191e Mon Sep 17 00:00:00 2001 From: onekk Date: Sun, 19 Oct 2014 12:21:24 +0200 Subject: [PATCH] New Package: hunspell-it_IT italian dictionary for hunspell using the 3.3.3 version of libreoffice dictionaries. Regards and Happy Birthday Carlo D. --- srcpkgs/hunspell-it_IT/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/hunspell-it_IT/template diff --git a/srcpkgs/hunspell-it_IT/template b/srcpkgs/hunspell-it_IT/template new file mode 100644 index 0000000000..622db5a3a9 --- /dev/null +++ b/srcpkgs/hunspell-it_IT/template @@ -0,0 +1,24 @@ +# Template file for 'hunspell-it_IT' +pkgname=hunspell-it_IT +version=3.3.3 +revision=1 +maintainer="Carlo Dormeletti " +homepage="http://extensions.libreoffice.org/extension-center/italian-dictionary-thesaurus-hyphenation-patterns" +license="GPL-3" +hostmakedepends="unzip" +short_desc="Italian dictionary for hunspell" +distfiles="http://extensions.libreoffice.org/extension-center/italian-dictionary-thesaurus-hyphenation-patterns/releases/${version}/dict-it.oxt>dict-it.zip" +checksum="2e6a4b3567399252fa2177c985b6b7e09209113fd836b82f9379d30e4f07d713" +create_wrksrc=yes +noarch=yes + +do_install() { + vinstall dictionaries/it_IT.aff 644 /usr/share/hunspell it_IT.aff + vinstall dictionaries/it_IT.dic 644 /usr/share/hunspell it_IT.dic + vdoc dictionaries/README.txt + vdoc dictionaries/CHANGELOG.txt + vcopy legacy usr/share/doc/${pkgname} +} + + +# vim: set ts=4 sw=4 sts=4