2015-07-22 22:30:47 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-pvr-stalker
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
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:53 +01:00
|
|
|
KODI_PVR_STALKER_VERSION = 5e588330c453141ae0a2f4fd9c02d909ac9d199e
|
2015-07-22 22:30:47 +02:00
|
|
|
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
|
|
|
|
KODI_PVR_STALKER_LICENSE = GPLv2+
|
|
|
|
KODI_PVR_STALKER_LICENSE_FILES = src/client.h
|
2015-10-02 18:31:34 +02:00
|
|
|
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform
|
2015-07-22 22:30:47 +02:00
|
|
|
|
|
|
|
$(eval $(cmake-package))
|