mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
move package zope.interface:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2cedefe911
commit
b3027ba0f9
@ -1,11 +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
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
. config/options.python
|
||||
|
||||
PKG_SRC_DIR=`ls -d $PKG_BUILD`
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg
|
@ -1 +0,0 @@
|
||||
http://www.zope.org/Products/ZopeInterface/3.3.0/zope.interface-3.3.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user