#Maintainer: George Vlahavas pkgname=pyOpenSSL pkgver=0.9 pkgrel=1gv arch=x86_64 source=(http://downloads.sourceforge.net/project/pyopenssl/pyopenssl/$pkgver/pyOpenSSL-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://launchpad.net/pyopenssl slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyOpenSSL - Python interface to the OpenSSL library" "This module is a rather thin wrapper around (a subset of) the OpenSSL" "library. With thin wrapper I mean that a lot of the object methods do" "nothing more than calling a corresponding function in the OpenSSL" "library." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --root=$startdir/pkg }