mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
moovida-plugins-good:
- move to group mediacenter
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build moovida
|
||||
|
||||
. config/options.python
|
||||
|
||||
PLUGINS_GOOD="base hal"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
mkdir -p dist
|
||||
for plugin in $PLUGINS_GOOD; do
|
||||
(cd elisa/plugins/$plugin; \
|
||||
$PYTHON setup.py bdist_egg --exclude-source-files; \
|
||||
);
|
||||
done
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
. config/options.python
|
||||
|
||||
PLUGINS_GOOD="base hal"
|
||||
|
||||
for plugin in $PLUGINS_GOOD; 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-good-1.0.7.tar.bz2
|
||||
Reference in New Issue
Block a user