diff options
Diffstat (limited to 'unmaintained/strata/ocaml-language')
-rw-r--r-- | unmaintained/strata/ocaml-language/ocaml.morph | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unmaintained/strata/ocaml-language/ocaml.morph b/unmaintained/strata/ocaml-language/ocaml.morph new file mode 100644 index 00000000..00e36767 --- /dev/null +++ b/unmaintained/strata/ocaml-language/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 |