Files
Arch-R/packages/python/multimedia/elisa-plugins-bad/build

22 lines
457 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build elisa
. config/options.python
PLUGINS_BAD="amazon amp avahi coherence daap database discogs dvd elisa_updater favorites filtered_shares gstreamer http_client ipod osso pigment poblesec rss search shelf themoviedb thetvdb"
cd $PKG_BUILD
2009-03-18 13:02:53 +01:00
mkdir -p dist
for plugin in $PLUGINS_BAD; do
(cd elisa/plugins/$plugin; \
$PYTHON setup.py bdist_egg ; \
);
done
2009-03-18 13:02:53 +01:00
## --exclude-source-files