aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aspell/aspell6-pl_6.0-20061121-0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/aspell/aspell6-pl_6.0-20061121-0.bb')
-rw-r--r--recipes/aspell/aspell6-pl_6.0-20061121-0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/aspell/aspell6-pl_6.0-20061121-0.bb b/recipes/aspell/aspell6-pl_6.0-20061121-0.bb
new file mode 100644
index 0000000000..8b2fb57555
--- /dev/null
+++ b/recipes/aspell/aspell6-pl_6.0-20061121-0.bb
@@ -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}
+}
+
+