summaryrefslogtreecommitdiff
path: root/repo/core/libldap.xibuild
blob: f6caccbf3bd0ba25d0be48f09539582c67790018 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}