From d138fdc0557953157bf019e6d5f5f6e26c45020d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 7 May 2006 12:35:43 +0000 Subject: add nkf and nkf-native, the network kanji code conversion filter --- packages/nkf/nkf-native_2.06.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/nkf/nkf-native_2.06.bb (limited to 'packages/nkf/nkf-native_2.06.bb') diff --git a/packages/nkf/nkf-native_2.06.bb b/packages/nkf/nkf-native_2.06.bb new file mode 100644 index 0000000000..22bab38deb --- /dev/null +++ b/packages/nkf/nkf-native_2.06.bb @@ -0,0 +1,11 @@ +require nkf_${PV}.bb +inherit native + +do_stage() { + install -m 0755 nkf ${STAGING_BINDIR} +} + +do_install() { + : +} + -- cgit v1.2.3