mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mediacenter: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
421e741c12
commit
ff2d9845f0
@ -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
14
packages/mediacenter/meta
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user