kumquat-buildroot/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
Bernd Kuhls 36c3a64ad8 package/kodi-peripheral-joystick: bump version to 1.7.1-Matrix
Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-06 21:53:25 +01:00

14 lines
530 B
Makefile

################################################################################
#
# kodi-peripheral-joystick
#
################################################################################
KODI_PERIPHERAL_JOYSTICK_VERSION = 1.7.1-Matrix
KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,$(KODI_PERIPHERAL_JOYSTICK_VERSION))
KODI_PERIPHERAL_JOYSTICK_LICENSE = GPL-2.0+
KODI_PERIPHERAL_JOYSTICK_LICENSE_FILES = LICENSE.md
KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi tinyxml udev
$(eval $(cmake-package))