# $Id: PKGBUILD 74655 2012-08-01 13:54:20Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Hugo Doria # Contributor: N3RD3X pkgname=python2-gnutls pkgver=1.2.4 pkgrel=2 pkgdesc="Python wrapper for the GNUTLS library" arch=('i686' 'x86_64') url="http://cheeseshop.python.org/pypi/python-gnutls" depends=('python2' 'gnutls') license=('LGPL') source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz gnutls3.patch) md5sums=('e3536c421291a791869d875a41dcb26a' '24bc95d9f5e71e9f5e180706cbb09248') build() { cd ${srcdir}/python-gnutls-${pkgver} patch -Np0 <$srcdir/gnutls3.patch python2 setup.py install --root=${pkgdir} }