summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-support/aspell
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-support/aspell')
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.6.1.bb26
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 @@
1SUMMARY = "GNU Aspell spell-checker"
2SECTION = "console/utils"
3
4LICENSE = "LGPLv2 | LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
6
7PR = "r1"
8
9SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
10SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
11SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
15
16PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
17
18FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
19FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
20FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
21FILES_${PN} = "${bindir}/aspell"
22FILES_libpspell = "${libdir}/libpspell.so.*"
23FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
24
25ARM_INSTRUCTION_SET = "arm"
26inherit autotools-brokensep gettext