mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package: (thanks to Andras)
- add package pyOpenSSL needed by upcoming SABnzbd plugin
This commit is contained in:
parent
19eeb60d58
commit
654d9f1755
19
packages/python/security/pyOpenSSL/build
Executable file
19
packages/python/security/pyOpenSSL/build
Executable 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
|
7
packages/python/security/pyOpenSSL/install
Executable file
7
packages/python/security/pyOpenSSL/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
1
packages/python/security/pyOpenSSL/url
Normal file
1
packages/python/security/pyOpenSSL/url
Normal file
@ -0,0 +1 @@
|
||||
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz
|
Loading…
x
Reference in New Issue
Block a user