# Description: use an ldap server for identity and authentication management on unix systems # URL: http://arthurdejong.org/nss-pam-ldapd/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: python linux-pam openldap name=nss-pam-ldapd version=0.9.8 release=1 source=(http://arthurdejong.org/$name/$name-$version.tar.gz) build(){ cd $name-$version ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install }