aspell6-pl_6.0-20061121-0.bb : .pl aspell dictionary
authorGraeme Gregory <dp@xora.org.uk>
Tue, 3 Apr 2007 11:51:08 +0000 (11:51 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 3 Apr 2007 11:51:08 +0000 (11:51 +0000)
packages/aspell/aspell6-pl_6.0-20061121-0.bb [new file with mode: 0644]

diff --git a/packages/aspell/aspell6-pl_6.0-20061121-0.bb b/packages/aspell/aspell6-pl_6.0-20061121-0.bb
new file mode 100644 (file)
index 0000000..ef6802d
--- /dev/null
@@ -0,0 +1,17 @@
+LICENSE = "GPLv2"
+SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2"
+PR="r1"
+
+require aspell-lang.inc
+
+S = "${WORKDIR}/aspell6-pl-6.0_20061121-0"
+
+FILES_${PN} += "${docdir}/Copyright"
+FILES_${PN}-doc = ""
+
+do_install_append() {
+       install -d ${D}${docdir}
+       install ${S}/Copyright ${D}${docdir}
+}
+
+