2015-07-22 22:30:36 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-pvr-argustv
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-02-20 23:09:19 +01:00
|
|
|
# This cset is on the branch 'Jarvis'
|
|
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
2016-03-05 19:58:42 +01:00
|
|
|
KODI_PVR_ARGUSTV_VERSION = 2aca01c6db28fe3145b57eb5bf5841895c618507
|
2015-07-22 22:30:36 +02:00
|
|
|
KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
|
2017-03-30 15:43:32 +02:00
|
|
|
KODI_PVR_ARGUSTV_LICENSE = GPL-2.0+
|
2015-07-22 22:30:36 +02:00
|
|
|
KODI_PVR_ARGUSTV_LICENSE_FILES = src/client.h
|
|
|
|
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|