diff options
Diffstat (limited to 'recipes/aspell/aspell6-en_6.0-0.bb')
-rw-r--r-- | recipes/aspell/aspell6-en_6.0-0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/aspell/aspell6-en_6.0-0.bb b/recipes/aspell/aspell6-en_6.0-0.bb new file mode 100644 index 0000000000..a8bf72d824 --- /dev/null +++ b/recipes/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} +} + |