diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-03 11:51:08 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-03 11:51:08 +0000 |
commit | 72e587c23b8a14c5098643e53c58d16949baedd2 (patch) | |
tree | ba52e4cce809e3cb904fe082b5f36080a726f1b2 /packages/aspell | |
parent | ed0a770d0e851e49aa93c652e92aaba0732c8b8d (diff) |
aspell6-pl_6.0-20061121-0.bb : .pl aspell dictionary
Diffstat (limited to 'packages/aspell')
-rw-r--r-- | packages/aspell/aspell6-pl_6.0-20061121-0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 index 0000000000..ef6802d2e8 --- /dev/null +++ b/packages/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} +} + + |