summaryrefslogtreecommitdiff
path: root/packages/aspell/aspell6-en_6.0-0.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/aspell6-en_6.0-0.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/aspell6-en_6.0-0.bb')
-rw-r--r--packages/aspell/aspell6-en_6.0-0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/aspell/aspell6-en_6.0-0.bb b/packages/aspell/aspell6-en_6.0-0.bb
new file mode 100644
index 0000000000..6c013eb546
--- /dev/null
+++ b/packages/aspell/aspell6-en_6.0-0.bb
@@ -0,0 +1,14 @@
+LICENSE = "Copyright file"
+SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-${PV}.tar.bz2"
+PR="r1"
+
+require aspell-lang.inc
+
+FILES_${PN} += "${docdir}/Copyright"
+FILES_${PN}-doc = ""
+
+do_install_append() {
+ install -d ${D}${docdir}
+ install ${S}/Copyright ${D}${docdir}
+}
+