aspell5-en_6.0-0.bb : properly obey the licensing and add LICENSE field
authorGraeme Gregory <dp@xora.org.uk>
Fri, 11 Aug 2006 15:32:42 +0000 (15:32 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 11 Aug 2006 15:32:42 +0000 (15:32 +0000)
packages/aspell/aspell5-en_6.0-0.bb

index 8364df0..568e692 100644 (file)
@@ -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}
+}
+