1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=python26-gnutls
7 pkgdesc="Python wrapper for the GNUTLS library"
9 url="http://cheeseshop.python.org/pypi/python-gnutls"
10 depends=('python26' 'gnutls')
12 source=("http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
13 md5sums=('18a7b92abdc1598b916d7ff5019b72bf')
16 cd "$srcdir/$_pkgname-$pkgver"
17 python26 setup.py install --root="$pkgdir"