new package: (thanks to Andras)

- add package pyOpenSSL needed by upcoming SABnzbd plugin
This commit is contained in:
Stephan Raue 2010-01-07 23:22:12 +01:00
parent 19eeb60d58
commit 654d9f1755
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py build
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"
rm -rf .install/usr/bin

View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
cp -PR $PKG_BUILD/.install/* $INSTALL

View File

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