kumquat-buildroot/package/kodi-pvr-filmon/kodi-pvr-filmon.mk
Bernd Kuhls 5d7b098e14 package/kodi-pvr-filmon: bump version to 6.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
b0ea803627
b8f249fcb5

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

14 lines
457 B
Makefile

################################################################################
#
# kodi-pvr-filmon
#
################################################################################
KODI_PVR_FILMON_VERSION = 6.1.0-Matrix
KODI_PVR_FILMON_SITE = $(call github,kodi-pvr,pvr.filmon,$(KODI_PVR_FILMON_VERSION))
KODI_PVR_FILMON_LICENSE = GPL-2.0+
KODI_PVR_FILMON_LICENSE_FILES = LICENSE.md
KODI_PVR_FILMON_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))