From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- strata/core/bison.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/core/bison.morph (limited to 'strata/core/bison.morph') 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 -- cgit v1.2.1