aboutsummaryrefslogtreecommitdiffstats
path: root/packages/aspell
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-13 08:49:08 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-13 08:49:08 +0000
commit81c2a75a5fcc209da6239b8da23a20fdb8a587d2 (patch)
tree370f9e8e119552e1e0e4d890930ede693e2ff36a /packages/aspell
parentd72e5df76a6880670ae07d763033c2e25c5ec416 (diff)
downloadopenembedded-81c2a75a5fcc209da6239b8da23a20fdb8a587d2.tar.gz
aspell: add 0.60.6, fixes compile errors with gcc 4.3.x
Diffstat (limited to 'packages/aspell')
-rw-r--r--packages/aspell/aspell_0.60.6.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/aspell/aspell_0.60.6.bb b/packages/aspell/aspell_0.60.6.bb
new file mode 100644
index 0000000000..66b21f9e52
--- /dev/null
+++ b/packages/aspell/aspell_0.60.6.bb
@@ -0,0 +1,19 @@
+SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz"
+DESCRIPTION = "GNU Aspell spell-checker"
+SECTION = "console/utils"
+LICENSE="LGPL"
+
+PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
+
+FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
+FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
+FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
+FILES_${PN} = "${bindir}/aspell"
+FILES_libpspell = "${libdir}/libpspell.so.*"
+FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
+
+inherit autotools
+
+do_stage() {
+ autotools_stage_all
+}