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