kumquat-buildroot/package/kodi-pvr-mythtv/kodi-pvr-mythtv.mk
Bernd Kuhls d33aa248d3 package/kodi-pvr-*: mass update of license files
Switch _LICENSE_FILES to debian/copyright instead of using a source
code file.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-03-14 15:59:02 +01:00

14 lines
462 B
Makefile

################################################################################
#
# kodi-pvr-mythtv
#
################################################################################
KODI_PVR_MYTHTV_VERSION = 5.10.15-Leia
KODI_PVR_MYTHTV_SITE = $(call github,janbar,pvr.mythtv,$(KODI_PVR_MYTHTV_VERSION))
KODI_PVR_MYTHTV_LICENSE = GPL-2.0+
KODI_PVR_MYTHTV_LICENSE_FILES = debian/copyright
KODI_PVR_MYTHTV_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))