From 9240058c0d98ed42e2d8030aa90b746a55dca3f5 Mon Sep 17 00:00:00 2001 From: darmac Date: Thu, 15 Oct 2020 22:47:06 +0800 Subject: Add new package: bdii (#18732) * Add new package: bdii * bdii: refine dependents --- var/spack/repos/builtin/packages/bdii/package.py | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 var/spack/repos/builtin/packages/bdii/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/bdii/package.py b/var/spack/repos/builtin/packages/bdii/package.py new file mode 100644 index 0000000000..69bc06ccac --- /dev/null +++ b/var/spack/repos/builtin/packages/bdii/package.py @@ -0,0 +1,26 @@ +# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class Bdii(MakefilePackage): + """The Berkeley Database Information Index (BDII) consists of a + standard LDAP database which is updated by an external process. + The update process obtains LDIF from a number of sources and merges + them. It then compares this to the contents of the database and + creates an LDIF file of the differences. This is then used to + update the database.""" + + homepage = "https://github.com/EGI-Foundation/bdii" + url = "https://github.com/EGI-Foundation/bdii/archive/v5.2.25.tar.gz" + + version('5.2.25', sha256='6abc3ed872538a12dc470a1d30bf4ae1ca4d6302eb6b50370413940f9e9259ca') + version('5.2.24', sha256='5d09ed06b8b09ce372b3489fab93e25302f68ca80d8fcc600c2535648c861a3a') + + depends_on('openldap', type='run') + + def install(self, spec, prefix): + make('prefix={0}'.format(prefix), 'install') -- cgit v1.2.3-70-g09d2