pyopenssl: cross build support.

This commit is contained in:
Juan RP 2013-02-21 19:58:08 +01:00
parent 6332055099
commit 7b27b37fc8

View file

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