From 90d59da769663bbee7a3716fae15d0cc8a0fe3bc Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Mon, 2 Oct 2006 04:23:06 +0000 Subject: grep 2.5.1: Add a -native version of grep. --- packages/grep/grep-native_2.5.1.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/grep/grep-native_2.5.1.bb diff --git a/packages/grep/grep-native_2.5.1.bb b/packages/grep/grep-native_2.5.1.bb new file mode 100644 index 0000000000..cacd675928 --- /dev/null +++ b/packages/grep/grep-native_2.5.1.bb @@ -0,0 +1,11 @@ +require grep_${PV}.bb +inherit native + +S = "${WORKDIR}/grep-${PV}" + +do_stage () { + install -d ${STAGING_BINDIR} + install -m 755 src/grep ${STAGING_BINDIR} + install -m 755 src/egrep ${STAGING_BINDIR} + install -m 755 src/fgrep ${STAGING_BINDIR} +} -- cgit v1.2.3