mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-23 05:57:18 +00:00
20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
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-$SKIN_DEFAULT plugins"
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="mediacenter"
|
|
PKG_SHORTDESC="Mediacenter: Metapackage"
|
|
PKG_LONGDESC=""
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|
|
|
|
for i in "$SKINS"; do
|
|
PKG_DEPENDS="$PKG_DEPENDS $MEDIACENTER-theme-$i"
|
|
done |