summaryrefslogtreecommitdiff
path: root/strata/core/bison.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/bison.def')
-rw-r--r--strata/core/bison.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/core/bison.def b/strata/core/bison.def
new file mode 100644
index 00000000..d8abd277
--- /dev/null
+++ b/strata/core/bison.def
@@ -0,0 +1,9 @@
+name: bison
+configure-commands:
+- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version
+- bash bootstrap --skip-po
+- ./configure --prefix=/usr --disable-nls
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install