diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-08-11 15:32:42 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-08-11 15:32:42 +0000 |
commit | 9420a9848facf3f32f45610beed446d2426ae66d (patch) | |
tree | 98ae510c7f5dad144acc5e22012dc8294bb99674 /packages/aspell | |
parent | ebd2f8f3a6a7bd90649b75a4e54ff87d9dd6f2a1 (diff) |
aspell5-en_6.0-0.bb : properly obey the licensing and add LICENSE field
Diffstat (limited to 'packages/aspell')
-rw-r--r-- | packages/aspell/aspell5-en_6.0-0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/aspell/aspell5-en_6.0-0.bb b/packages/aspell/aspell5-en_6.0-0.bb index 8364df06a9..568e692ab9 100644 --- a/packages/aspell/aspell5-en_6.0-0.bb +++ b/packages/aspell/aspell5-en_6.0-0.bb @@ -1,4 +1,14 @@ +LICENSE = "Copyright file" SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell5-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} +} + |