remote: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 14:44:23 +01:00
parent 2026b8241a
commit 86cc1ce254
2 changed files with 16 additions and 4 deletions

View File

@ -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

View 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"