diff options
Diffstat (limited to 'meta/recipes-support/aspell')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb new file mode 100644 index 0000000000..8ac8809a06 --- /dev/null +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | SUMMARY = "GNU Aspell spell-checker" | ||
2 | SECTION = "console/utils" | ||
3 | |||
4 | LICENSE = "LGPLv2 | LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
6 | |||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7" | ||
11 | SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1" | ||
12 | |||
13 | PACKAGECONFIG ??= "" | ||
14 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" | ||
15 | |||
16 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" | ||
17 | |||
18 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" | ||
19 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | ||
20 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | ||
21 | FILES_${PN} = "${bindir}/aspell" | ||
22 | FILES_libpspell = "${libdir}/libpspell.so.*" | ||
23 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | ||
24 | |||
25 | ARM_INSTRUCTION_SET = "arm" | ||
26 | inherit autotools-brokensep gettext | ||