6e9b9f4aa2
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>
14 lines
466 B
Makefile
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))
|