From 405cd2d6829a9a1d6823ef62ffe3a513ff3bd2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 21 Dec 2015 00:17:50 +0100 Subject: [PATCH] mythes: initial add 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/mythes/mythes_1.2.4.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-support/mythes/mythes_1.2.4.bb diff --git a/recipes-support/mythes/mythes_1.2.4.bb b/recipes-support/mythes/mythes_1.2.4.bb new file mode 100644 index 0000000..61b177a --- /dev/null +++ b/recipes-support/mythes/mythes_1.2.4.bb @@ -0,0 +1,23 @@ +SUMMARY = "A thesaurus library" +HOMEPAGE = "http://hunspell.sourceforge.net/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b128e548f03bd893acff0bbd9053aaef \ +" + + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/hunspell/MyThes/${PV}/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "a8c2c5b8f09e7ede322d5c602ff6a4b6" +SRC_URI[sha256sum] = "1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f" + +inherit autotools pkgconfig + +DEPENDS = "hunspell" + +do_configure_prepend() { + touch ${S}/NEWS +} + +RDEPENDS_${PN} = "perl" + +BBCLASSEXTEND = "native"