summaryrefslogtreecommitdiff
path: root/chunks/bison.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/bison.morph')
-rw-r--r--chunks/bison.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/chunks/bison.morph b/chunks/bison.morph
new file mode 100644
index 00000000..9acb758b
--- /dev/null
+++ b/chunks/bison.morph
@@ -0,0 +1,12 @@
+name: bison
+kind: chunk
+repo: upstream:bison
+ref: 6729ad1c314b179225325dcc1bc684077a71f859
+unpetrify-ref: baserock/morph
+configure-commands:
+- bash bootstrap --skip-po
+- ./configure --prefix=/usr --disable-nls
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install