mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package eyeD3:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
b8c9a67a28
commit
b91dc62815
@ -1,26 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$PYTHON setup.py install --prefix /usr --root .install
|
|
||||||
|
|
||||||
find .install -name "*.py" -exec rm -rf "{}" ";"
|
|
||||||
|
|
||||||
rm -rf .install/usr/share
|
|
||||||
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://eyed3.nicfit.net/releases/eyeD3-0.6.17.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user