package/kodi-pvr-stalker: new package

[Thomas:
   - use a shorter file as the license file, client.h instead of client.cpp
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Bernd Kuhls 2015-07-22 22:30:47 +02:00 committed by Thomas Petazzoni
parent 8776003db8
commit 70cf949fb0
4 changed files with 22 additions and 0 deletions

View File

@ -121,6 +121,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
select BR2_PACKAGE_KODI_PVR_NEXTPVR
select BR2_PACKAGE_KODI_PVR_NJOY
select BR2_PACKAGE_KODI_PVR_PCTV
select BR2_PACKAGE_KODI_PVR_STALKER
help
Kodi PVR addon was split into seperate modules

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_PVR_STALKER
bool "kodi-pvr-stalker"
select BR2_PACKAGE_KODI_PLATFORM
help
A PVR Client that connects Kodi to Stalker Middleware
https://github.com/kodi-pvr/pvr.stalker

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-stalker
#
################################################################################
KODI_PVR_STALKER_VERSION = 5f6eb1992ffd45a075ebb7bc4253c4a88bf65c80
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
KODI_PVR_STALKER_LICENSE = GPLv2+
KODI_PVR_STALKER_LICENSE_FILES = src/client.h
KODI_PVR_STALKER_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))

View File

@ -269,6 +269,7 @@ menu "PVR addons"
source "package/kodi-pvr-nextpvr/Config.in"
source "package/kodi-pvr-njoy/Config.in"
source "package/kodi-pvr-pctv/Config.in"
source "package/kodi-pvr-stalker/Config.in"
endmenu
endif # BR2_PACKAGE_KODI