diff options
Diffstat (limited to 'recipes/nonworking/ocamlc/ocamlc-native_3.06.bb')
-rw-r--r-- | recipes/nonworking/ocamlc/ocamlc-native_3.06.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/nonworking/ocamlc/ocamlc-native_3.06.bb b/recipes/nonworking/ocamlc/ocamlc-native_3.06.bb new file mode 100644 index 0000000000..37805aad06 --- /dev/null +++ b/recipes/nonworking/ocamlc/ocamlc-native_3.06.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "Objective Caml Compiler" +SECTION = "devel" +LICENSE = "QPL" + +SRC_URI = "http://caml.inria.fr/distrib/ocaml-${PV}/ocaml-${PV}.tar.gz" +S = "${WORKDIR}/ocaml-${PV}" + +inherit autotools native |