Files
Arch-R/packages/python/www/TwistedWeb2/build

21 lines
485 B
Plaintext
Raw Normal View History

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