mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package TwistedWeb:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2c71cd80ff
commit
8714e60508
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
$SCRIPTS/build TwistedCore
|
|
||||||
|
|
||||||
. 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/lib/python*/site-packages/twisted/web/test
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
$SCRIPTS/install TwistedCore
|
|
||||||
|
|
||||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
|
@ -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