updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / pam_pwdfile / PKGBUILD
blob9c1ee42e545e2ba829abacdc91a7b63056386992
1 # pam module to allow authentication of virtual users via a password file
3 # Contributor: David Rosenstrauch <darose@darose.net>
4 pkgname=pam_pwdfile
5 pkgver=0.99
6 pkgrel=2
7 pkgdesc="pam module to allow authentication of virtual users via a password file"
8 arch=('i686' 'x86_64')
9 url="http://cpbotha.net/software/pam_pwdfile/"
10 license=('GPL')
11 groups=()
12 depends=('pam')
13 source=(http://cpbotha.net/files/$pkgname/$pkgname-$pkgver.tar.gz)
14 md5sums=('a05b41f0bd1c0de16bec8aad6b1b30a9')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   cp contrib/Makefile.standalone Makefile
20   make || return 1
21   make PAM_LIB_DIR="$pkgdir/lib/security" INSTALL=$(which install) install