blob: f1d931b39c21bb0c386f5cc754703aa0d32c2e6d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "GNU Aspell spell-checker"
Andrew Geisslerd1e89492021-02-12 15:35:20 -06002DESCRIPTION = "GNU Aspell is a spell-checker which can be used either as a \
3standalone application or embedded in other programs. Its main feature is that \
4it does a much better job of suggesting possible spellings than just about any \
5other spell-checker available for the English language"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006SECTION = "console/utils"
7
8LICENSE = "LGPLv2 | LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
10
Brad Bishop08902b02019-08-20 09:16:51 -040011SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
Brad Bishop64c979e2019-11-04 13:55:29 -050012SRC_URI[md5sum] = "012fa9209203ae4e5a61c2a668fd10e3"
13SRC_URI[sha256sum] = "f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
17
18PACKAGES += "libaspell libpspell aspell-utils"
19
20RDEPENDS_${PN}-utils += "perl"
21
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
23FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
24FILES_${PN} = "${bindir}/aspell"
25FILES_libpspell = "${libdir}/libpspell.so.*"
26FILES_${PN}-dev += "${bindir}/pspell-config"
27
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080028ARM_INSTRUCTION_SET_armv4 = "arm"
29ARM_INSTRUCTION_SET_armv5 = "arm"
30ARM_INSTRUCTION_SET_armv6 = "arm"
31
Patrick Williamsc124f4f2015-09-15 14:41:29 -050032inherit autotools-brokensep gettext texinfo binconfig-disabled
33
34BINCONFIG = "${bindir}/pspell-config"