From ac3ed056305e74831bdc6e04df4ae23196aa5641 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Jan 2022 00:29:11 +0000 Subject: added libldap --- repo/core/libldap.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/core/libldap.xibuild (limited to 'repo/core') diff --git a/repo/core/libldap.xibuild b/repo/core/libldap.xibuild new file mode 100644 index 0000000..98d3e05 --- /dev/null +++ b/repo/core/libldap.xibuild @@ -0,0 +1,12 @@ +#!/bin/bash + +DEPS=(libidn) + +SOURCE=http://repository.linagora.org/OpenLDAP/openldap-release/openldap-2.6.0.tgz +DESC="An open source implementation of the Lightweight Directory Access Protocol" + +build () { + ./configure prefix="/usr" + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1