From a3e62db3baf8a655f3ba4d14f91b8af422dae64a Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 20 May 2013 15:04:39 +0000 Subject: Add chunk morphology --- bmake.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bmake.morph diff --git a/bmake.morph b/bmake.morph new file mode 100644 index 0000000..3e77178 --- /dev/null +++ b/bmake.morph @@ -0,0 +1,11 @@ +name: bmake +kind: chunk +build-system: autotools +configure-commands: + - ./configure --prefix="$PREFIX" +build-commands: + - MAKEFLAGS= make prefix="$PREFIX" +test-commands: + - make test +install-commands: + - make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install -- cgit v1.2.1