From: Graeme Gregory Date: Tue, 3 Apr 2007 11:51:08 +0000 (+0000) Subject: aspell6-pl_6.0-20061121-0.bb : .pl aspell dictionary X-Git-Tag: Release-2010-05/1~8868^2~826 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e587c23b8a14c5098643e53c58d16949baedd2;p=openembedded.git aspell6-pl_6.0-20061121-0.bb : .pl aspell dictionary --- 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} +} + +