mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
move package moovida-plugins-bad:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
125373491b
commit
d68ad94ef1
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build moovida
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
PLUGINS_BAD="amazon amp avahi coherence daap database discogs dvd elisa_updater filtered_shares gstreamer http_client ipod lastfm osso pigment poblesec rss search shelf themoviedb thetvdb"
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
mkdir -p dist
|
|
||||||
for plugin in $PLUGINS_BAD; do
|
|
||||||
(cd elisa/plugins/$plugin; \
|
|
||||||
$PYTHON setup.py bdist_egg ; \
|
|
||||||
);
|
|
||||||
done
|
|
||||||
|
|
||||||
## --exclude-source-files
|
|
@ -1,16 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
$SCRIPTS/install libgpod
|
|
||||||
$SCRIPTS/install avahi
|
|
||||||
$SCRIPTS/install Coherence
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
PLUGINS_BAD="amazon amp avahi coherence daap database discogs dvd elisa_updater filtered_shares gstreamer http_client ipod lastfm osso pigment poblesec rss search shelf themoviedb thetvdb"
|
|
||||||
|
|
||||||
for plugin in $PLUGINS_BAD; 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-bad-1.0.7.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user