mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
plugins: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fff8324c32
commit
b464a041d6
@ -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
14
packages/plugins/meta
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user