mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package: (thanks to Andras)
- add package pyOpenSSL needed by upcoming SABnzbd plugin
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user