# Description: Interface python de la librairie openSSL # URL: https://launchpad.net/pyopenssl # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: python name=pyopenssl version=0.10 release=1 source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz) build() { cd pyOpenSSL-$version python setup.py install --prefix=$PKG/usr chown -R root:root $PKG }