mediacenter: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 13:42:09 +02:00
parent 421e741c12
commit ff2d9845f0
2 changed files with 14 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
. config/options $1
# Base
$SCRIPTS/install $MEDIACENTER
$SCRIPTS/install $MEDIACENTER-theme-Confluence
# Plugins
$SCRIPTS/install plugins

14
packages/mediacenter/meta Normal file
View File

@ -0,0 +1,14 @@
PKG_NAME="mediacenter"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="$MEDIACENTER $MEDIACENTER-theme-Confluence plugins"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="mediacenter"
PKG_SHORTDESC="Mediacenter: Metapackage"
PKG_LONGDESC=""
PKG_IS_ADDON="no"