From b4d03e9d15a21c4e7f9e2bdf8f947f7b55861be6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 3 Jun 2014 08:33:15 +0000 Subject: Add bison.morph from baserock/morph branch. --- bison.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bison.morph diff --git a/bison.morph b/bison.morph new file mode 100644 index 00000000..1ec99629 --- /dev/null +++ b/bison.morph @@ -0,0 +1,15 @@ +{ + "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