kumquat-buildroot/package/kodi-pvr-argustv/kodi-pvr-argustv.mk
Bernd Kuhls 2fe5c6bf57 package/kodi-pvr-argustv: bump version to 7.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
44d9c5a205
6a6968892d

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 21:53:50 +01:00

14 lines
465 B
Makefile

################################################################################
#
# kodi-pvr-argustv
#
################################################################################
KODI_PVR_ARGUSTV_VERSION = 7.1.0-Matrix
KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
KODI_PVR_ARGUSTV_LICENSE = GPL-2.0+
KODI_PVR_ARGUSTV_LICENSE_FILES = LICENSE.md
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))