1 # Contributor: Gour <gour@gour-nitai.com>
2 pkgname=trytond-ldap-authentication
3 _pkgname=trytond_ldap_authentication
6 pkgdesc="The ldap_authentication module of the Tryton application platform"
8 url="http://www.tryton.org/"
10 groups=('trytond-modules')
11 depends=('trytond>=1.4' 'trytond-ldap-connection>=1.4' 'python-ldap')
12 makedepends=('setuptools')
13 source=("http://downloads.tryton.org/1.4/$_pkgname-$pkgver.tar.gz")
14 md5sums=('b2c70bd8cdbb6ec3a1a4cb012464d00a')
17 cd $srcdir/$_pkgname-$pkgver
18 python setup.py install --root=$pkgdir