1 # pam module to allow authentication of virtual users via a password file
3 # Contributor: David Rosenstrauch <darose@darose.net>
7 pkgdesc="pam module to allow authentication of virtual users via a password file"
9 url="http://cpbotha.net/software/pam_pwdfile/"
13 source=(http://cpbotha.net/files/$pkgname/$pkgname-$pkgver.tar.gz)
14 md5sums=('a05b41f0bd1c0de16bec8aad6b1b30a9')
17 cd "$srcdir/$pkgname-$pkgver"
19 cp contrib/Makefile.standalone Makefile
21 make PAM_LIB_DIR="$pkgdir/lib/security" INSTALL=$(which install) install