package/kodi-peripheral-steamcontroller: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-05-07 13:32:04 +02:00 committed by Thomas Petazzoni
parent 8cdb958e42
commit b0432b5d79
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_KODI_PERIPHERAL_STEAMCONTROLLER
bool "kodi-peripheral-steamcontroller"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_LIBUSB
help
Steam controller driver for Kodi
https://github.com/kodi-game/peripheral.steamcontroller

View File

@ -0,0 +1,2 @@
# Locally computed
sha256 d5547b78ba84c9743c884a9377c398b540bfcf23e467e1edf8be2625d400c205 kodi-peripheral-steamcontroller-ef527cd81cfcd6c8342691f5c764e5c51df1fca2.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-peripheral-steamcontroller
#
################################################################################
KODI_PERIPHERAL_STEAMCONTROLLER_VERSION = ef527cd81cfcd6c8342691f5c764e5c51df1fca2
KODI_PERIPHERAL_STEAMCONTROLLER_SITE = $(call github,kodi-game,peripheral.steamcontroller,$(KODI_PERIPHERAL_STEAMCONTROLLER_VERSION))
KODI_PERIPHERAL_STEAMCONTROLLER_LICENSE = GPL-2.0+
KODI_PERIPHERAL_STEAMCONTROLLER_LICENSE_FILES = src/addon.cpp
KODI_PERIPHERAL_STEAMCONTROLLER_DEPENDENCIES = kodi-platform libusb
$(eval $(cmake-package))

View File

@ -295,6 +295,7 @@ endmenu
menu "Peripheral addons"
source "package/kodi-peripheral-joystick/Config.in"
source "package/kodi-peripheral-steamcontroller/Config.in"
endmenu
menu "PVR addons"