From d76abfe8ca6629b9c03e9239d650c45767a351dc Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 11 Jan 2012 13:46:22 +0000 Subject: add morph --- grep.morph | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 grep.morph diff --git a/grep.morph b/grep.morph new file mode 100644 index 00000000..201bb9b6 --- /dev/null +++ b/grep.morph @@ -0,0 +1,14 @@ +{ + "name": "grep", + "kind": "chunk", + "configure-commands": [ + "bash bootstrap", + "./configure --prefix=/usr" + ], + "build-commands": [ + "make" + ], + "install-commands": [ + "make install" + ] +} -- cgit v1.2.1