mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
remote: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2026b8241a
commit
86cc1ce254
@ -2,9 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install irserver
|
||||
$SCRIPTS/install eventlircd
|
||||
[ "$ATVCLIENT_SUPPORT" = "yes" ] && $SCRIPTS/install atvclient
|
||||
|
||||
mkdir -p $INSTALL/usr/config
|
||||
cp $PKG_DIR/config/*.conf $INSTALL/usr/config
|
16
packages/sysutils/remote/meta
Normal file
16
packages/sysutils/remote/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="remote"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS="irserver eventlircd"
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system/remote"
|
||||
PKG_SHORTDESC="remote: Meta package for installing various tools needed for remote support"
|
||||
PKG_LONGDESC="Meta package for installing various tools needed for remote support"
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
[ "$ATVCLIENT_SUPPORT" = "yes" ] && PKG_DEPENDS="$PKG_DEPENDS atvclient"
|
Loading…
x
Reference in New Issue
Block a user