contrib/nss_ldap/Pkgfile
2008-03-27 20:59:51 -04:30

19 lines
487 B
Plaintext

# Description: LDAP NSS module
# URL: http://www.padl.com/OSS/nss_ldap.html
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: openldap
name=nss_ldap
version=260
release=1
source=(http://www.padl.com/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --mandir=/usr/man --with-ldap-lib=openldap --with-ldap-conf-file=/etc/openldap/ldap.conf
make
mkdir -p $PKG/lib $PKG/usr/man
make DESTDIR=$PKG install
rm -f $PKG/etc/ldap.conf
}