From 6dd0128cd1c943a16c38652ac0a8821844771cf7 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Sun, 18 Jan 2015 22:26:03 +0000 Subject: Add ocaml chunk, strata and system Change-Id: I7b36e0e1ef55b4146896aaa3dbc9e4f61c4d205e --- strata/ocaml/ocaml.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 strata/ocaml/ocaml.morph (limited to 'strata/ocaml') diff --git a/strata/ocaml/ocaml.morph b/strata/ocaml/ocaml.morph new file mode 100644 index 00000000..00e36767 --- /dev/null +++ b/strata/ocaml/ocaml.morph @@ -0,0 +1,8 @@ +name: ocaml +kind: chunk +configure-commands: +- ./configure --prefix "$PREFIX" +build-commands: +- make world.opt +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1