From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/nkf/nkf-native_2.07.bb | 11 +++++++++++ recipes/nkf/nkf_2.07.bb | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes/nkf/nkf-native_2.07.bb create mode 100644 recipes/nkf/nkf_2.07.bb (limited to 'recipes/nkf') diff --git a/recipes/nkf/nkf-native_2.07.bb b/recipes/nkf/nkf-native_2.07.bb new file mode 100644 index 0000000000..22bab38deb --- /dev/null +++ b/recipes/nkf/nkf-native_2.07.bb @@ -0,0 +1,11 @@ +require nkf_${PV}.bb +inherit native + +do_stage() { + install -m 0755 nkf ${STAGING_BINDIR} +} + +do_install() { + : +} + diff --git a/recipes/nkf/nkf_2.07.bb b/recipes/nkf/nkf_2.07.bb new file mode 100644 index 0000000000..0bce6f20b2 --- /dev/null +++ b/recipes/nkf/nkf_2.07.bb @@ -0,0 +1,13 @@ +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}/nkf207" + +EXTRA_OEMAKE = "-e" + +do_install() { + install -d ${D}${bindir} ${D}${mandir}/man1 + install -m 0755 nkf ${D}${bindir} + install -m 0644 nkf.1 ${D}${mandir}/man1 +} -- cgit 1.2.3-korg