2016-02-20 23:09:30 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-pvr-hdhomerun
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-29 10:37:29 +02:00
|
|
|
# This cset is on the branch 'Krypton'
|
2016-02-20 23:09:30 +01:00
|
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
2017-05-25 18:25:12 +02:00
|
|
|
KODI_PVR_HDHOMERUN_VERSION = 2.4.7-Krypton
|
2016-02-20 23:09:30 +01:00
|
|
|
KODI_PVR_HDHOMERUN_SITE = $(call github,kodi-pvr,pvr.hdhomerun,$(KODI_PVR_HDHOMERUN_VERSION))
|
2017-03-30 15:43:32 +02:00
|
|
|
KODI_PVR_HDHOMERUN_LICENSE = GPL-2.0+
|
2016-02-20 23:09:30 +01:00
|
|
|
KODI_PVR_HDHOMERUN_LICENSE_FILES = src/client.h
|
|
|
|
KODI_PVR_HDHOMERUN_DEPENDENCIES = jsoncpp kodi-platform libhdhomerun
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|