mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/kodi-peripheral-xarcade: 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:
parent
b0432b5d79
commit
fae7573fca
6
package/kodi-peripheral-xarcade/Config.in
Normal file
6
package/kodi-peripheral-xarcade/Config.in
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
config BR2_PACKAGE_KODI_PERIPHERAL_XARCADE
|
||||||
|
bool "kodi-peripheral-xarcade"
|
||||||
|
help
|
||||||
|
X-Arcade Tankstick support for Kodi
|
||||||
|
|
||||||
|
https://github.com/kodi-game/peripheral.xarcade
|
@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 cd503e7f1413214693c28b59f19f3fffe0a54cff5c29d43b2eca9bb31c10edeb kodi-peripheral-xarcade-f1875ba4b7aa6ce85ec40fedf48ed5501c79e5fd.tar.gz
|
13
package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.mk
Normal file
13
package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# kodi-peripheral-xarcade
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
KODI_PERIPHERAL_XARCADE_VERSION = f1875ba4b7aa6ce85ec40fedf48ed5501c79e5fd
|
||||||
|
KODI_PERIPHERAL_XARCADE_SITE = $(call github,kodi-game,peripheral.xarcade,$(KODI_PERIPHERAL_XARCADE_VERSION))
|
||||||
|
KODI_PERIPHERAL_XARCADE_LICENSE = GPL-2.0+
|
||||||
|
KODI_PERIPHERAL_XARCADE_LICENSE_FILES = src/addon.cpp
|
||||||
|
KODI_PERIPHERAL_XARCADE_DEPENDENCIES = kodi
|
||||||
|
|
||||||
|
$(eval $(cmake-package))
|
@ -296,6 +296,7 @@ endmenu
|
|||||||
menu "Peripheral addons"
|
menu "Peripheral addons"
|
||||||
source "package/kodi-peripheral-joystick/Config.in"
|
source "package/kodi-peripheral-joystick/Config.in"
|
||||||
source "package/kodi-peripheral-steamcontroller/Config.in"
|
source "package/kodi-peripheral-steamcontroller/Config.in"
|
||||||
|
source "package/kodi-peripheral-xarcade/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "PVR addons"
|
menu "PVR addons"
|
||||||
|
Loading…
Reference in New Issue
Block a user