Added pyopenssl-0.11 build template.

This commit is contained in:
Juan RP 2010-11-27 22:50:10 +01:00
parent 9a9f54230c
commit 34928a1e71

View file

@ -0,0 +1,18 @@
# Template file for 'pyopenssl'
pkgname=pyopenssl
version=0.11
wrksrc="pyOpenSSL-${version}"
distfiles="http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-${version}.tar.gz"
build_style=python-module
short_desc="Python interface to the OpenSSL library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd
long_desc="
Includes: SSL Context objects, SSL Connection objects, using Python sockets
as transport layer. The Connection object wraps all the socket methods and
can therefore be used interchangeably."
Add_dependency run glibc
Add_dependency run libssl
Add_dependency build openssl-devel
Add_dependency full python