summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 13:46:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 13:46:22 +0000
commitd76abfe8ca6629b9c03e9239d650c45767a351dc (patch)
tree3abdda06a2f9055688268e67e34681793e545bfc
parent0dc6ab4153de00e530669e2b7d47b8c1968e1fa1 (diff)
downloadgrep-d76abfe8ca6629b9c03e9239d650c45767a351dc.tar.gz
add morph
-rw-r--r--grep.morph14
1 files changed, 14 insertions, 0 deletions
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"
+ ]
+}