diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-26 08:34:23 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 18:04:01 +0100 |
| commit | e7823759d37224e1a9a5949047e1a317f74824be (patch) | |
| tree | bc5cb6ef7c543503c90b888fd2bbc03d547a3181 /meta/recipes-support/enchant/enchant2_2.6.8.bb | |
| parent | 58974d0be9304f6ec26d7497872c0e6d125c8bdc (diff) | |
| download | poky-e7823759d37224e1a9a5949047e1a317f74824be.tar.gz | |
enchant2: upgrade 2.6.7 -> 2.6.8
(From OE-Core rev: 9b79f46f887c079299e6804ee352fbbac1d4a338)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/enchant/enchant2_2.6.8.bb')
| -rw-r--r-- | meta/recipes-support/enchant/enchant2_2.6.8.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.6.8.bb b/meta/recipes-support/enchant/enchant2_2.6.8.bb new file mode 100644 index 0000000000..e2bbe2eabf --- /dev/null +++ b/meta/recipes-support/enchant/enchant2_2.6.8.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "Enchant Spell checker API Library" | ||
| 2 | DESCRIPTION = "A library (and command-line program) that wraps a number of \ | ||
| 3 | different spelling libraries and programs with a consistent interface." | ||
| 4 | SECTION = "libs" | ||
| 5 | HOMEPAGE = "https://abiword.github.io/enchant/" | ||
| 6 | BUGTRACKER = "https://github.com/AbiWord/enchant/issues/" | ||
| 7 | LICENSE = "LGPL-2.1-or-later" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | ||
| 9 | |||
| 10 | DEPENDS = "glib-2.0 groff-native" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig github-releases | ||
| 13 | |||
| 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" | ||
| 15 | SRC_URI[sha256sum] = "f565923062c77f3d58846f0558d21e6d07ca4a488c58812dfdefb35202fac7ae" | ||
| 16 | |||
| 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/enchant-${PV}" | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "aspell" | ||
| 22 | PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" | ||
| 23 | PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell" | ||
| 24 | |||
| 25 | FILES:${PN} += " \ | ||
| 26 | ${datadir}/enchant-2 \ | ||
| 27 | ${libdir}/enchant-2 \ | ||
| 28 | " | ||
| 29 | FILES:${PN}-staticdev += "${libdir}/enchant-2/*.a" | ||
