diff --git a/libs/ounit/BUILD b/libs/ounit/BUILD new file mode 100644 index 00000000000..428894eaa11 --- /dev/null +++ b/libs/ounit/BUILD @@ -0,0 +1,2 @@ +./configure --prefix=/usr && +default_make diff --git a/libs/ounit/DEPENDS b/libs/ounit/DEPENDS new file mode 100644 index 00000000000..89ebb25d1f3 --- /dev/null +++ b/libs/ounit/DEPENDS @@ -0,0 +1,2 @@ +depends ocaml +depends findlib diff --git a/libs/ounit/DETAILS b/libs/ounit/DETAILS new file mode 100644 index 00000000000..0bb1c252530 --- /dev/null +++ b/libs/ounit/DETAILS @@ -0,0 +1,16 @@ + MODULE=ounit + VERSION=1.1.2 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://forge.ocamlcore.org/frs/download.php/886/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha256:e6bc1b0cdbb5b5552d85bee653e23aafe20bb97fd7cd229c867d01ff999888e3 + WEB_SITE="http://forge.ocamlcore.org/projects/ounit/" + ENTERED=20130203 + UPDATED=20130203 + SHORT="A unit test framework for OCaml" +cat <