136e1533ab
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
613 B
Makefile
16 lines
613 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-iptvsimple
|
|
#
|
|
################################################################################
|
|
|
|
# This cset is on the branch 'Krypton'
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
KODI_PVR_IPTVSIMPLE_VERSION = 2.4.14-Krypton
|
|
KODI_PVR_IPTVSIMPLE_SITE = $(call github,kodi-pvr,pvr.iptvsimple,$(KODI_PVR_IPTVSIMPLE_VERSION))
|
|
KODI_PVR_IPTVSIMPLE_LICENSE = GPL-2.0+
|
|
KODI_PVR_IPTVSIMPLE_LICENSE_FILES = src/client.h
|
|
KODI_PVR_IPTVSIMPLE_DEPENDENCIES = kodi-platform
|
|
|
|
$(eval $(cmake-package))
|