2015-07-22 22:30:44 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-pvr-nextpvr
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
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:51 +01:00
|
|
|
KODI_PVR_NEXTPVR_VERSION = 2055105c93e18e04e73c87578bece3edf7525e14
|
2015-07-22 22:30:44 +02:00
|
|
|
KODI_PVR_NEXTPVR_SITE = $(call github,kodi-pvr,pvr.nextpvr,$(KODI_PVR_NEXTPVR_VERSION))
|
2017-03-30 15:43:32 +02:00
|
|
|
KODI_PVR_NEXTPVR_LICENSE = GPL-2.0+
|
2015-07-22 22:30:44 +02:00
|
|
|
KODI_PVR_NEXTPVR_LICENSE_FILES = src/client.h
|
|
|
|
KODI_PVR_NEXTPVR_DEPENDENCIES = kodi-platform
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|