From 6e3b7c505371b1bc8dba02eb8c7074dfb8f9c703 Mon Sep 17 00:00:00 2001 From: John Regan Date: Wed, 26 Aug 2015 14:38:34 -0400 Subject: [PATCH] New package: ocaml-findlib --- srcpkgs/ocaml-findlib/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/ocaml-findlib/template diff --git a/srcpkgs/ocaml-findlib/template b/srcpkgs/ocaml-findlib/template new file mode 100644 index 00000000000..226aad5574e --- /dev/null +++ b/srcpkgs/ocaml-findlib/template @@ -0,0 +1,23 @@ +# Template file for 'ocaml-findlib' +pkgname=ocaml-findlib +version=1.5.5 +revision=1 +build_style=configure +configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man" +make_build_args="all opt" +makedepends="ocaml m4 ncurses-devel" +short_desc="OCaml package manager" +maintainer="John Regan " +license="MIT" +homepage="http://projects.camlcity.org/projects/findlib.html" +distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz" +checksum="aafaba4f7453c38347ff5269c6fd4f4c243ae2bceeeb5e10b9dab89329905946" +wrksrc="findlib-${version}" +nocross="yes" +disable_parallel_build="yes" + +do_install() { + make prefix="$DESTDIR" install + vbin src/findlib/ocamlfind_opt + vlicense LICENSE +}