diff --git a/packages/python/security/pyOpenSSL/build b/packages/python/security/pyOpenSSL/build index de5b62cfb5..ad41cf4261 100755 --- a/packages/python/security/pyOpenSSL/build +++ b/packages/python/security/pyOpenSSL/build @@ -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" diff --git a/packages/python/security/pyOpenSSL/install b/packages/python/security/pyOpenSSL/install index 34d4bd411e..73886a0890 100755 --- a/packages/python/security/pyOpenSSL/install +++ b/packages/python/security/pyOpenSSL/install @@ -2,7 +2,4 @@ . config/options $1 -$SCRIPTS/install Python -$SCRIPTS/install openssl - cp -PR $PKG_BUILD/.install/* $INSTALL diff --git a/packages/python/security/pyOpenSSL/meta b/packages/python/security/pyOpenSSL/meta new file mode 100644 index 0000000000..6bc84adc81 --- /dev/null +++ b/packages/python/security/pyOpenSSL/meta @@ -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" + diff --git a/packages/python/security/pyOpenSSL/url b/packages/python/security/pyOpenSSL/url deleted file mode 100644 index fa131a2078..0000000000 --- a/packages/python/security/pyOpenSSL/url +++ /dev/null @@ -1 +0,0 @@ -http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz