mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package setuptools:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
54c4a773e5
commit
73982b7ad7
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$PYTHON setup.py install --prefix=$ROOT/$TOOLCHAIN
|
||||
#$PYTHON setup.py install --prefix=/usr --root=./.install
|
||||
$PYTHON setup.py install --prefix=$SYSROOT_PREFIX/usr
|
||||
#$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py build/lib
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
PKG_SRC_DIR=`ls -d $PKG_BUILD`
|
||||
|
||||
. config/options.python
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --prefix=$INSTALL/usr $PKG_SRC_DIR
|
@ -1 +0,0 @@
|
||||
http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c9.tar.gz
|
Loading…
x
Reference in New Issue
Block a user