summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 10:59:13 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 10:59:13 +0000
commit4c4185b28e9b85a2a653ab5c073a64b5ab146e6e (patch)
tree3faac58edd25a56ae2610adab209c3e6cfd8cd8a
parent89d4466b6bcd2cf3eb995a087306c01a425bb5c9 (diff)
downloadbison-4c4185b28e9b85a2a653ab5c073a64b5ab146e6e.tar.gz
add morph
-rw-r--r--bison.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/bison.morph b/bison.morph
new file mode 100644
index 00000000..d30e29e3
--- /dev/null
+++ b/bison.morph
@@ -0,0 +1,14 @@
+{
+ "name": "bison",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}