From c7fb493c99edc2fada1de5b8af4e43d33077ea29 Mon Sep 17 00:00:00 2001 From: onekk Date: Mon, 20 Oct 2014 15:30:27 +0200 Subject: [PATCH] New Package: hunspell-es_ES Spanish (Spain) dictionary for hunspell Regards Carlo D. --- srcpkgs/hunspell-es_ES/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/hunspell-es_ES/template diff --git a/srcpkgs/hunspell-es_ES/template b/srcpkgs/hunspell-es_ES/template new file mode 100644 index 0000000000..0b934df3b7 --- /dev/null +++ b/srcpkgs/hunspell-es_ES/template @@ -0,0 +1,21 @@ +# Template file for 'hunspell-es_ES' +pkgname=hunspell-es_ES +version=0.7 +revision=1 +maintainer="Carlo Dormeletti " +homepage="https://forja.rediris.es/projects/rla-es/" +license="GPL-3" +hostmakedepends="unzip" +short_desc="Spanish dictionary for hunspell" +distfiles="http://forja.rediris.es/frs/download.php/2945/es_ES.oxt>dict-es.zip" +checksum="af31d8b59031508fa286756d8e0ea5a5e92e2192012d4b81ba200a2215ef240e" +create_wrksrc=yes +noarch=yes + +do_install() { + vinstall es_ES.aff 644 /usr/share/hunspell + vinstall es_ES.dic 644 /usr/share/hunspell + vdoc README.txt +} + +# vim: set ts=4 sw=4 sts=4