62983606f8
Switch dependency to kodi after upstream removed the dependency to kodi-platform and libplatform:382c83d0ca
a813b2c9f0
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
469 B
Makefile
14 lines
469 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-zattoo
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_ZATTOO_VERSION = 19.7.3-Matrix
|
|
KODI_PVR_ZATTOO_SITE = $(call github,rbuehlma,pvr.zattoo,$(KODI_PVR_ZATTOO_VERSION))
|
|
KODI_PVR_ZATTOO_LICENSE = GPL-2.0+
|
|
KODI_PVR_ZATTOO_LICENSE_FILES = LICENSE.md
|
|
KODI_PVR_ZATTOO_DEPENDENCIES = kodi rapidjson tinyxml2
|
|
|
|
$(eval $(cmake-package))
|