plugins: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 20:42:16 +01:00
parent fff8324c32
commit b464a041d6
2 changed files with 14 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
. config/options $1
for plugin in $XBMC_PLUGINS; do
$SCRIPTS/install $plugin
done

14
packages/plugins/meta Normal file
View File

@ -0,0 +1,14 @@
PKG_NAME="plugins"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="$XBMC_PLUGINS"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="plugins"
PKG_SHORTDESC="plugins: Metafile to install plugins"
PKG_LONGDESC="Metafile to install plugins"
PKG_IS_ADDON="no"