summaryrefslogtreecommitdiff
path: root/packages/aspell/aspell_0.60.5.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-04-03 11:14:00 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-04-03 11:14:00 +0000
commitcf4d59a97856faf1e539ec3b48feb155d5cefb6f (patch)
treef0e8a74a7c00ab7f3353ada856ab4a01d87dc582 /packages/aspell/aspell_0.60.5.bb
parente1952029899a1212b48eb42080808acff8869a0a (diff)
aspell-native_0.60.5.bb, aspell6-en_6.0-0.bb, aspell_0.60.5.bb : some
speeling cheecker (spelling checker) updates. Moved to latest version of aspell and dictionaries.
Diffstat (limited to 'packages/aspell/aspell_0.60.5.bb')
-rw-r--r--packages/aspell/aspell_0.60.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/aspell/aspell_0.60.5.bb b/packages/aspell/aspell_0.60.5.bb
new file mode 100644
index 0000000000..6b6c867226
--- /dev/null
+++ b/packages/aspell/aspell_0.60.5.bb
@@ -0,0 +1,18 @@
+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_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
+}