summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-06-03 08:33:15 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-06-03 08:33:15 +0000
commitb4d03e9d15a21c4e7f9e2bdf8f947f7b55861be6 (patch)
tree186e4c1d60a391fd9da9263fc50501c8f72f27ea
parenta3efd13e447e53a6174c100bc40acaaddea22da5 (diff)
downloadbison-b4d03e9d15a21c4e7f9e2bdf8f947f7b55861be6.tar.gz
Add bison.morph from baserock/morph branch.
-rw-r--r--bison.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/bison.morph b/bison.morph
new file mode 100644
index 00000000..1ec99629
--- /dev/null
+++ b/bison.morph
@@ -0,0 +1,15 @@
+{
+ "name": "bison",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap --skip-po",
+ "./configure --prefix=/usr --disable-nls"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+