diff options
-rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb | 18 |
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 @@ | |||
1 | SUMMARY = "A spell checker and morphological analyzer library" | ||
2 | HOMEPAGE = "http://hunspell.sourceforge.net/" | ||
3 | LICENSE = "LGPLv2.1 | GPLv2 | MPLv1.1" | ||
4 | LIC_FILES_CHKSUM = " \ | ||
5 | file://COPYING;md5=ed3a37b3ba6d6be3e08ab45987cf1b88 \ | ||
6 | file://COPYING.LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | ||
7 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | ||
8 | " | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/Hunspell/${PV}/${BPN}-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "4967da60b23413604c9e563beacc63b4" | ||
12 | SRC_URI[sha256sum] = "a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c" | ||
13 | |||
14 | inherit autotools pkgconfig gettext | ||
15 | |||
16 | RDEPENDS_${PN} = "perl" | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||