1 # Maintainer : kozec <kozec at kozec dot com>
5 pkgdesc="Module that provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux."
6 url="http://atlee.ca/software/pam/"
9 depends=('python2' 'pam')
13 source=("http://atlee.ca/software/pam/dist/$pkgver/pam-$pkgver.tar.gz")
14 md5sums=('9a64e9220414dd21a6d82cb0f0371fd5')
17 cd $srcdir/pam-$pkgver
18 python2 setup.py build
19 python2 setup.py install --root=$startdir/pkg