#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=pyOpenSSL
pkgver=0.11
pkgrel=1gv
source=("http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-0.11.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
}