mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
move package moovida-plugins-ugly:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
6a1cdb48db
commit
0028f08a83
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build moovida
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
PLUGINS_UGLY="flickr lirc shoutcast youtube"
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
mkdir -p dist
|
|
||||||
for plugin in $PLUGINS_UGLY; do
|
|
||||||
(cd elisa/plugins/$plugin; \
|
|
||||||
$PYTHON setup.py bdist_egg --exclude-source-files; \
|
|
||||||
);
|
|
||||||
done
|
|
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
$SCRIPTS/install lirc
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
PLUGINS_UGLY="flickr lirc shoutcast youtube"
|
|
||||||
|
|
||||||
for plugin in $PLUGINS_UGLY; do
|
|
||||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_BUILD/elisa/plugins/$plugin/dist/*.egg
|
|
||||||
done
|
|
@ -1 +0,0 @@
|
|||||||
http://sources.openelec.tv/svn/moovida-plugins-ugly-1.0.7.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user