1eb8dc403SDave Cobbley# This recipe is a copy from the oe-core one.
2eb8dc403SDave Cobbley# It has a lower and invalid version number in order not to be accidentally used by bitbake.
3eb8dc403SDave Cobbley# It is used for tests that require overlayed recipe files.
4eb8dc403SDave Cobbley
5eb8dc403SDave CobbleySUMMARY = "GNU Aspell spell-checker"
6eb8dc403SDave CobbleySECTION = "console/utils"
795ac1b8dSAndrew GeisslerHOMEPAGE = "https://ftp.gnu.org/gnu/aspell/"
8eb8dc403SDave Cobbley
9eb8dc403SDave CobbleyLICENSE = "LGPLv2 | LGPLv2.1"
10eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
11eb8dc403SDave Cobbley
12eb8dc403SDave CobbleySRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
13eb8dc403SDave CobbleySRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
14eb8dc403SDave CobbleySRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
15eb8dc403SDave Cobbley
16eb8dc403SDave CobbleyEXCLUDE_FROM_WORLD = "1"
17eb8dc403SDave Cobbley
18eb8dc403SDave CobbleyPACKAGECONFIG ??= ""
19eb8dc403SDave CobbleyPACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
20eb8dc403SDave Cobbley
21eb8dc403SDave CobbleyPACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
22eb8dc403SDave Cobbley
23*213cb269SPatrick WilliamsFILES:${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
24*213cb269SPatrick WilliamsFILES:libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
25*213cb269SPatrick WilliamsFILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
26*213cb269SPatrick WilliamsFILES:${PN} = "${bindir}/aspell"
27*213cb269SPatrick WilliamsFILES:libpspell = "${libdir}/libpspell.so.*"
28*213cb269SPatrick WilliamsFILES:libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
29eb8dc403SDave Cobbley
30*213cb269SPatrick WilliamsARM_INSTRUCTION_SET:armv4 = "arm"
31*213cb269SPatrick WilliamsARM_INSTRUCTION_SET:armv5 = "arm"
32*213cb269SPatrick WilliamsARM_INSTRUCTION_SET:armv6 = "arm"
331a4b7ee2SBrad Bishop
34eb8dc403SDave Cobbleyinherit autotools gettext
35