mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 15:39:56 +00:00
c90dcd2423
Signed-off-by: Matthias Reichl <hias@horus.com>
13 lines
445 B
Makefile
13 lines
445 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="remote"
|
|
PKG_VERSION="1"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.openelec.tv"
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain eventlircd libirman v4l-utils evrepeat"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="Meta package for installing various tools needed for remote support"
|