#Maintainer: Dimitris Tzemos #Previous maintainer: George Vlahavas pkgname=pyOpenSSL pkgver=0.13.1 pkgrel=1rl source=("http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://pypi.python.org/pypi/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 }