various cleanups

This commit is contained in:
Stephan Raue 2009-07-20 01:28:51 +02:00
parent a110afd93b
commit 26a0db08f6
3 changed files with 0 additions and 33 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py bdist_egg --exclude-source-files
#$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
. config/options.python
PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*`
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg

View File

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