mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
various cleanups
This commit is contained in:
parent
a91fd4d2e7
commit
649627276c
@ -1,23 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
$SCRIPTS/build TwistedCore
|
|
||||||
|
|
||||||
. 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/lib/python*/site-packages/twisted/web/test
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
$SCRIPTS/install TwistedCore
|
|
||||||
|
|
||||||
. 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
|
|
@ -1 +0,0 @@
|
|||||||
http://tmrc.mit.edu/mirror/twisted/Web/8.2/TwistedWeb-8.2.0.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user