diff options
Diffstat (limited to 'repo/core/libldap.xibuild')
-rw-r--r-- | repo/core/libldap.xibuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/core/libldap.xibuild b/repo/core/libldap.xibuild deleted file mode 100644 index f6caccb..0000000 --- a/repo/core/libldap.xibuild +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 -} |