Files
Arch-R/packages/python/security/pyOpenSSL/build
Stephan Raue 61c931b80a pyOpenSSL:
- pyOpenSSL depends on openssl
2010-01-13 11:27:24 +01:00

21 lines
361 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build openssl
. 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