mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package TwistedCore:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
5eba58edef
commit
742fced737
@ -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
|
|
@ -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
|
|
@ -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