mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
pyOpenSSL: update to pyOpenSSL-0.11, add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
34d8285e6d
commit
7906b10344
@ -2,11 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build distutilscross
|
||||
$SCRIPTS/build openssl
|
||||
|
||||
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
|
||||
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
|
||||
|
||||
|
@ -2,7 +2,4 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install openssl
|
||||
|
||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
||||
|
15
packages/python/security/pyOpenSSL/meta
Normal file
15
packages/python/security/pyOpenSSL/meta
Normal 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"
|
||||
|
@ -1 +0,0 @@
|
||||
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz
|
Loading…
x
Reference in New Issue
Block a user