2c62c54b8e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
620 B
Makefile
16 lines
620 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-argustv
|
|
#
|
|
################################################################################
|
|
|
|
# This cset is on the branch 'Jarvis'
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
KODI_PVR_ARGUSTV_VERSION = 2aca01c6db28fe3145b57eb5bf5841895c618507
|
|
KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
|
|
KODI_PVR_ARGUSTV_LICENSE = GPLv2+
|
|
KODI_PVR_ARGUSTV_LICENSE_FILES = src/client.h
|
|
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform
|
|
|
|
$(eval $(cmake-package))
|