aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-01-29 23:03:53 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:15:28 +0100
commitac236fbf9427cd2a02f2da5a9eb0e990b31c045b (patch)
tree3e7f621e555944644ebbdd1fb47d11d55a41a9f5 /meta-oe
parentd9c2efd7797d95bc8a8f905a4d14c7dded28beca (diff)
downloadmeta-openembedded-contrib-ac236fbf9427cd2a02f2da5a9eb0e990b31c045b.tar.gz
hunspell: initial add 1.3.3
There are at least three different places where hunspell recipe is found [1-3]. Let's move it to a more common place to avoid further redundancy. Native extension is required for libreoffice-native in meta-office [4]. [1] https://github.com/openwebos/meta-webos/blob/master/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [2] https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [3] https://github.com/schnitzeltony/meta-office/blob/master/recipes-support/hunspell/hunspell_1.3.3.bb [4] https://github.com/schnitzeltony/meta-office Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb b/meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb
new file mode 100644
index 0000000000..9e6f774e66
--- /dev/null
+++ b/meta-oe/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"