buildroot/package/kodi-pvr-hts/kodi-pvr-hts.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
439 B
Makefile

################################################################################
#
# kodi-pvr-hts
#
################################################################################
KODI_PVR_HTS_VERSION = 4.4.21-Leia
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 = debian/copyright
KODI_PVR_HTS_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))