From fd5b0e5726e347fa6898c201d39b57eecfd1dcd1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 20 Nov 2019 11:48:12 +0100 Subject: [PATCH] New package: ocaml-zarith-1.9.1 --- srcpkgs/ocaml-zarith/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/ocaml-zarith/template diff --git a/srcpkgs/ocaml-zarith/template b/srcpkgs/ocaml-zarith/template new file mode 100644 index 00000000000..353005ac9b7 --- /dev/null +++ b/srcpkgs/ocaml-zarith/template @@ -0,0 +1,24 @@ +# Template file for 'ocaml-zarith' +pkgname=ocaml-zarith +version=1.9.1 +revision=1 +wrksrc="Zarith-release-${version}" +build_style=configure +make_check_target="tests" +hostmakedepends="perl" +makedepends="gmp-devel ocaml ocaml-findlib" +short_desc="OCaml operations over arbitrary-precision integers" +maintainer="Leah Neukirchen " +license="LGPL-2.0-only,OCaml-LGPL-linking-exception" +homepage="https://github.com/ocaml/zarith" +distfiles="https://github.com/ocaml/zarith/archive/release-${version}.tar.gz" +checksum=49be0214f34ae05e7a83b53351f134ba73eddaf87d1abb6f61b19943c211ca5d +nocross=yes +disable_parallel_build=yes + +post_configure() { + sed -i 's/INSTALLDIR=/&$(DESTDIR)/' Makefile +} +pre_install() { + vmkdir usr/lib/ocaml +}