grep 2.5.1: Add a -native version of grep.
authorJamie Lenehan <lenehan@twibble.org>
Mon, 2 Oct 2006 04:23:06 +0000 (04:23 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Mon, 2 Oct 2006 04:23:06 +0000 (04:23 +0000)
packages/grep/grep-native_2.5.1.bb [new file with mode: 0644]

diff --git a/packages/grep/grep-native_2.5.1.bb b/packages/grep/grep-native_2.5.1.bb
new file mode 100644 (file)
index 0000000..cacd675
--- /dev/null
@@ -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}
+}