1784f47c85
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>
14 lines
481 B
Makefile
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))
|