mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
various cleanups
This commit is contained in:
parent
a110afd93b
commit
26a0db08f6
@ -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
|
@ -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
|
@ -1 +0,0 @@
|
||||
http://tmrc.mit.edu/mirror/twisted/Core/8.2/TwistedCore-8.2.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user