Files
Arch-R/packages/python/web/TwistedWords/build
Stephan Raue 601837d2e4 new package: add package 'TwistedWords'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-25 15:57:08 +02:00

17 lines
414 B
Bash
Executable File

#!/bin/sh
. config/options $1
. config/options.python
cd $PKG_BUILD
$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/words/test