pyOpenSSL: update to pyOpenSSL-0.11, add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-15 15:16:34 +01:00
parent 34d8285e6d
commit 7906b10344
4 changed files with 15 additions and 9 deletions

View File

@ -2,11 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build distutilscross
$SCRIPTS/build openssl
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib" export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"

View File

@ -2,7 +2,4 @@
. config/options $1 . config/options $1
$SCRIPTS/install Python
$SCRIPTS/install openssl
cp -PR $PKG_BUILD/.install/* $INSTALL cp -PR $PKG_BUILD/.install/* $INSTALL

View File

@ -0,0 +1,15 @@
PKG_NAME="pyOpenSSL"
PKG_VERSION="0.11"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="https://launchpad.net/pyopenssl"
PKG_URL="http://launchpad.net/pyopenssl/main/$PKG_VERSION/+download/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python distutilscross openssl"
PKG_BUILD_DEPENDS="toolchain Python distutilscross openssl"
PKG_PRIORITY="optional"
PKG_SECTION="python/security"
PKG_SHORTDESC="pyOpenSSL: Python interface to the OpenSSL library"
PKG_LONGDESC="Python interface to the OpenSSL library. 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."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz