From 9420a9848facf3f32f45610beed446d2426ae66d Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 11 Aug 2006 15:32:42 +0000 Subject: aspell5-en_6.0-0.bb : properly obey the licensing and add LICENSE field --- packages/aspell/aspell5-en_6.0-0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'packages') 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} +} + -- cgit v1.2.3