summaryrefslogtreecommitdiff
path: root/bison.morph
diff options
context:
space:
mode:
Diffstat (limited to 'bison.morph')
-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"
+ ]
+}
+