move package TwistedCore:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:53:22 +02:00
parent 5eba58edef
commit 742fced737
3 changed files with 0 additions and 31 deletions

View File

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

View File

@ -1,11 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
BUILD_DIR=`ls -d $PKG_BUILD`
. config/options.python
cp -PR $BUILD_DIR/.install/* $INSTALL

View File

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