nkf: update to 2.07 (2.06 not fetchable) and package docs
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 18 Nov 2006 09:48:16 +0000 (09:48 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 18 Nov 2006 09:48:16 +0000 (09:48 +0000)
packages/nkf/nkf-native_2.07.bb [moved from packages/nkf/nkf-native_2.06.bb with 100% similarity]
packages/nkf/nkf_2.07.bb [moved from packages/nkf/nkf_2.06.bb with 66% similarity]

similarity index 66%
rename from packages/nkf/nkf_2.06.bb
rename to packages/nkf/nkf_2.07.bb
index 9be58d5..0bce6f2 100644 (file)
@@ -2,11 +2,12 @@ DESCRIPTION = "Network Kanji Code Conversion Filter"
 LICENSE = "GPL"
 
 SRC_URI = "http://ftp.debian.org/debian/pool/main/n/nkf/nkf_${PV}.orig.tar.gz"
-S = "${WORKDIR}/nkf206"
+S = "${WORKDIR}/nkf207"
 
 EXTRA_OEMAKE = "-e"
 
 do_install() {
-       install -d ${D}${bindir}
+       install -d ${D}${bindir} ${D}${mandir}/man1
        install -m 0755 nkf ${D}${bindir}
+       install -m 0644 nkf.1 ${D}${mandir}/man1
 }