2015-07-22 22:30:49 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-pvr-vdr-vnsi
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-29 10:37:29 +02:00
|
|
|
# This cset is on the branch 'Krypton'
|
2016-02-20 23:09:19 +01:00
|
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
2017-05-07 10:39:57 +02:00
|
|
|
KODI_PVR_VDR_VNSI_VERSION = 4ed7d602924dbfcdd2770c0e13423092e829460d
|
2015-07-22 22:30:49 +02:00
|
|
|
KODI_PVR_VDR_VNSI_SITE = $(call github,kodi-pvr,pvr.vdr.vnsi,$(KODI_PVR_VDR_VNSI_VERSION))
|
2017-03-30 15:43:32 +02:00
|
|
|
KODI_PVR_VDR_VNSI_LICENSE = GPL-2.0+
|
2015-07-22 22:30:49 +02:00
|
|
|
KODI_PVR_VDR_VNSI_LICENSE_FILES = src/client.h
|
|
|
|
KODI_PVR_VDR_VNSI_DEPENDENCIES = kodi-platform
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|