updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / python-pam / PKGBUILD
blob6fdee14e88fbe14a62d192e5bc40adc13efc5908
1 # Maintainer : kozec <kozec at kozec dot com>
2 pkgname=python-pam
3 pkgver=0.1.3
4 pkgrel=1
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/"
7 license=('MIT')
8 arch=('i686' 'x86_64')
9 depends=('python2' 'pam')
10 conflicts=()
11 replaces=()
12 backup=()
13 source=("http://atlee.ca/software/pam/dist/$pkgver/pam-$pkgver.tar.gz")
14 md5sums=('9a64e9220414dd21a6d82cb0f0371fd5')
16 build() {
17         cd $srcdir/pam-$pkgver
18         python2 setup.py build
19         python2 setup.py install --root=$startdir/pkg
20         }