Files
Arch-R/packages/python/multimedia/moovida-plugins-ugly/install

14 lines
303 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/install Python
. 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