From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/system/libldap.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/system/libldap.xibuild (limited to 'repo/system/libldap.xibuild') diff --git a/repo/system/libldap.xibuild b/repo/system/libldap.xibuild new file mode 100644 index 0000000..f6caccb --- /dev/null +++ b/repo/system/libldap.xibuild @@ -0,0 +1,12 @@ +#!/bin/bash + +DEPS=(libidn libsasl) + +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