move package TwistedWeb:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 09:10:06 +02:00
parent 2c71cd80ff
commit 8714e60508
3 changed files with 0 additions and 30 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build TwistedCore
. 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/web/test

View File

@ -1,8 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
$SCRIPTS/install TwistedCore
cp -PR $PKG_BUILD/.install/* $INSTALL

View File

@ -1 +0,0 @@
http://tmrc.mit.edu/mirror/twisted/Web/8.2/TwistedWeb-8.2.0.tar.bz2