From 0b11f4a9c60c5ef09440352d28f129efb3f1c6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 20 Dec 2015 14:34:55 +0100 Subject: [PATCH] hunspell: initial add 1.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/hunspell/hunspell_1.3.3.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-support/hunspell/hunspell_1.3.3.bb diff --git a/recipes-support/hunspell/hunspell_1.3.3.bb b/recipes-support/hunspell/hunspell_1.3.3.bb new file mode 100644 index 0000000..9e6f774 --- /dev/null +++ b/recipes-support/hunspell/hunspell_1.3.3.bb @@ -0,0 +1,18 @@ +SUMMARY = "A spell checker and morphological analyzer library" +HOMEPAGE = "http://hunspell.sourceforge.net/" +LICENSE = "LGPLv2.1 | GPLv2 | MPLv1.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=ed3a37b3ba6d6be3e08ab45987cf1b88 \ + file://COPYING.LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ + file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ +" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/Hunspell/${PV}/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "4967da60b23413604c9e563beacc63b4" +SRC_URI[sha256sum] = "a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c" + +inherit autotools pkgconfig gettext + +RDEPENDS_${PN} = "perl" + +BBCLASSEXTEND = "native"