From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-ml/camldbm/camldbm-1.2.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-ml/camldbm/camldbm-1.2.ebuild (limited to 'dev-ml/camldbm/camldbm-1.2.ebuild') diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild new file mode 100644 index 000000000000..4bae2351d3f3 --- /dev/null +++ b/dev-ml/camldbm/camldbm-1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases" +HOMEPAGE="https://github.com/ocaml/dbm" +SRC_URI="https://github.com/ocaml/dbm/archive/${P}.tar.gz" +S="${WORKDIR}/dbm-${P}" + +LICENSE="LGPL-2-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb] + >=dev-lang/ocaml-3.12:=[ocamlopt]" +RDEPEND="${DEPEND}" + +src_install() { + dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it + emake LIBDIR="${D}/$(ocamlc -where)" install +} -- cgit v1.2.3