package/kodi-pvr-hts: new package

[Thomas:
   - use a shorter file as the license file, client.h
   - 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>
This commit is contained in:
Bernd Kuhls 2015-07-22 22:30:40 +02:00 committed by Thomas Petazzoni
parent 313e45cd3b
commit 6940d66abf
4 changed files with 22 additions and 0 deletions

View File

@ -114,6 +114,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
select BR2_PACKAGE_KODI_PVR_DVBLINK
select BR2_PACKAGE_KODI_PVR_DVBVIEWER
select BR2_PACKAGE_KODI_PVR_FILMON
select BR2_PACKAGE_KODI_PVR_HTS
help
Kodi PVR addon was split into seperate modules

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_PVR_HTS
bool "kodi-pvr-hts"
select BR2_PACKAGE_KODI_PLATFORM
help
Tvheadend HTSP PVR client addon for Kodi
https://github.com/kodi-pvr/pvr.hts

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-hts
#
################################################################################
KODI_PVR_HTS_VERSION = 5c2244044a00ecd3320fc6ce15dd208c16578588
KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
KODI_PVR_HTS_LICENSE = GPLv2+
KODI_PVR_HTS_LICENSE_FILES = src/client.h
KODI_PVR_HTS_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))

View File

@ -262,6 +262,7 @@ menu "PVR addons"
source "package/kodi-pvr-dvblink/Config.in"
source "package/kodi-pvr-dvbviewer/Config.in"
source "package/kodi-pvr-filmon/Config.in"
source "package/kodi-pvr-hts/Config.in"
endmenu
endif # BR2_PACKAGE_KODI