kumquat-buildroot/package/kodi-pvr-hts/kodi-pvr-hts.mk
Bernd Kuhls b193fb07b0 package/kodi-pvr-hts: bump version to 8.2.1-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
9943d05ce5
d6b71de38b

Added dependency to gcc >= 7 due to c++17 code added by
954f25d396

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

14 lines
425 B
Makefile

################################################################################
#
# kodi-pvr-hts
#
################################################################################
KODI_PVR_HTS_VERSION = 8.2.2-Matrix
KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
KODI_PVR_HTS_LICENSE = GPL-2.0+
KODI_PVR_HTS_LICENSE_FILES = LICENSE.md
KODI_PVR_HTS_DEPENDENCIES = kodi
$(eval $(cmake-package))