Files
Arch-R/packages/python/other/pyOpenSSL/build

14 lines
221 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
2009-03-18 13:02:53 +01:00
$PYTHON setup.py install --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"