From 59c5ca191c97d1a52dd39a6059ea3a79519c49fc Mon Sep 17 00:00:00 2001 From: onekk Date: Tue, 21 Oct 2014 14:19:21 +0200 Subject: [PATCH] New Package: hunspell-en_GB-ize hunspell english GB disctionary variant with word ending in ize. Regards Carlo D. --- srcpkgs/hunspell-en_GB-ize/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/hunspell-en_GB-ize/template diff --git a/srcpkgs/hunspell-en_GB-ize/template b/srcpkgs/hunspell-en_GB-ize/template new file mode 100644 index 00000000000..ffced205ddc --- /dev/null +++ b/srcpkgs/hunspell-en_GB-ize/template @@ -0,0 +1,26 @@ +# Template file for 'hunspell-en_GB-ize' +_vpkgname=hunspell-en_GB +_variant="ize" +pkgname=${_vpkgname}-${_variant} +version=2014.08.11 +revision=1 +maintainer="Carlo Dormeletti " +homepage="http://wordlist.aspell.net/dicts" +license="SCOWL" +noarch=yes +hostmakedepends="unzip" +short_desc="English dictionary for hunspell ${_variant} variant" +create_wrksrc=yes +provides="${_vpkgname}}-${version}_${revision}" +replaces="${_vpkgname}>=0" + +distfiles="http://sourceforge.net/projects/wordlist/files/speller/${version}/${pkgname}-${version}.zip" +checksum="d5c27479f8534a068cee90b06cf3d7ceebf70e0676dfed7593adc6609a0b50e5" # ize version + +do_install(){ + vinstall en_GB-${_variant}.aff 644 /usr/share/hunspell en_GB.aff + vinstall en_GB-${_variant}.dic 644 /usr/share/hunspell en_GB.dic + vlicense README_en_GB-${_variant}.txt SCOWL +} + +# vim: set ts=4 sw=4 sts=4