mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
move package twill:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
ea8d05eaaf
commit
2c71cd80ff
@ -1,20 +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 --single-version-externally-managed \
|
||||
-O1 --skip-build --prefix /usr --root .install
|
||||
|
||||
find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||
find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
||||
|
||||
rm -rf .install/usr/bin
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
@ -1 +0,0 @@
|
||||
http://darcs.idyll.org/~t/projects/twill-0.9.tar.gz
|
Loading…
x
Reference in New Issue
Block a user