kumquat-buildroot/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
Bernd Kuhls 1784f47c85 package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
838efac4e4
7ca7ca3ab0

Add missing dependency to tinyxml.

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:15:31 +01:00

14 lines
481 B
Makefile

################################################################################
#
# kodi-pvr-dvbviewer
#
################################################################################
KODI_PVR_DVBVIEWER_VERSION = 7.2.0-Matrix
KODI_PVR_DVBVIEWER_SITE = $(call github,kodi-pvr,pvr.dvbviewer,$(KODI_PVR_DVBVIEWER_VERSION))
KODI_PVR_DVBVIEWER_LICENSE = GPL-2.0+
KODI_PVR_DVBVIEWER_LICENSE_FILES = LICENSE.md
KODI_PVR_DVBVIEWER_DEPENDENCIES = kodi tinyxml
$(eval $(cmake-package))