summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-support/aspell
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-support/aspell')
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.6.1.bb28
1 files changed, 28 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..a4f0e140b2
--- /dev/null
+++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
@@ -0,0 +1,28 @@
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
18RDEPENDS_${PN}-utils += "perl"
19
20FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
21FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
22FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
23FILES_${PN} = "${bindir}/aspell"
24FILES_libpspell = "${libdir}/libpspell.so.*"
25FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
26
27ARM_INSTRUCTION_SET = "arm"
28inherit autotools-brokensep gettext texinfo