Added pyopenssl-0.11 build template.
This commit is contained in:
parent
9a9f54230c
commit
34928a1e71
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pyopenssl/template
Normal file
18
srcpkgs/pyopenssl/template
Normal 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
|
Loading…
Reference in a new issue