summaryrefslogtreecommitdiff
path: root/repo/system/libldap.xibuild
blob: 988949614a6b39e4d04b9ab1b39a03dc2194624c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

DEPS=(libidn libsasl)

PKG_VER=2.6.0
SOURCE=http://repository.linagora.org/OpenLDAP/openldap-release/openldap-$PKG_VER.tgz
DESC="An open source implementation of the Lightweight Directory Access Protocol"

build () {
    ./configure prefix="/usr"
    make 
    make DESTDIR=$PKG_DEST install
}