move package moovida-plugins-bad:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:11:35 +02:00
parent 125373491b
commit d68ad94ef1
3 changed files with 0 additions and 38 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/moovida-plugins-bad-1.0.7.tar.bz2