kumquat-buildroot/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk
Bernd Kuhls 6e9b9f4aa2 package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
98b78cee61
304b0ba94f

Added dependency to tinyxml2:
6855f12ad8

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 22:56:48 +01:00

14 lines
466 B
Makefile

################################################################################
#
# kodi-pvr-nextpvr
#
################################################################################
KODI_PVR_NEXTPVR_VERSION = 8.2.1-Matrix
KODI_PVR_NEXTPVR_SITE = $(call github,kodi-pvr,pvr.nextpvr,$(KODI_PVR_NEXTPVR_VERSION))
KODI_PVR_NEXTPVR_LICENSE = GPL-2.0+
KODI_PVR_NEXTPVR_LICENSE_FILES = LICENSE.md
KODI_PVR_NEXTPVR_DEPENDENCIES = kodi tinyxml2
$(eval $(cmake-package))