a07c026404
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
588 B
Makefile
16 lines
588 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-njoy
|
|
#
|
|
################################################################################
|
|
|
|
# This cset is on the branch 'Jarvis'
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
KODI_PVR_NJOY_VERSION = 480c1591d486c6166746fb8b5efc68a7aca3d0f0
|
|
KODI_PVR_NJOY_SITE = $(call github,kodi-pvr,pvr.njoy,$(KODI_PVR_NJOY_VERSION))
|
|
KODI_PVR_NJOY_LICENSE = GPLv2+
|
|
KODI_PVR_NJOY_LICENSE_FILES = src/client.h
|
|
KODI_PVR_NJOY_DEPENDENCIES = kodi-platform
|
|
|
|
$(eval $(cmake-package))
|