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