2015-07-22 22:30:50 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-pvr-vuplus
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
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:56 +01:00
|
|
|
KODI_PVR_VUPLUS_VERSION = 815ea2f303dbe7dd19f87c53965dfdf2358fcdc8
|
2015-07-22 22:30:50 +02:00
|
|
|
KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
|
|
|
|
KODI_PVR_VUPLUS_LICENSE = GPLv2+
|
|
|
|
KODI_PVR_VUPLUS_LICENSE_FILES = src/client.h
|
|
|
|
KODI_PVR_VUPLUS_DEPENDENCIES = kodi-platform
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|