#!/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