summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e6096da06c8d09764d93072c1af7b98a41c02e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

pkgname=python-django-auth-ldap
_pkgname=django-auth-ldap
pkgver=1.3.0
_pkgver=1.3.0
pkgrel=1
pkgdesc="This is a Django authentication backend that authenticates against an LDAP service."
arch=(any)
url="https://pypi.python.org/pypi/django-auth-ldap"
license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-setuptools')
source=(https://bitbucket.org/psagers/django-auth-ldap/get/$_pkgver.tar.bz2)
md5sums=('e9790d0d7baeb26273364fcd37d6ee44')

package() {
  cd psagers-django-auth-ldap*
  python setup.py build
  python setup.py install --root=$pkgdir 
}