package/kodi-pvr-wmc: 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:51 +02:00 committed by Thomas Petazzoni
parent eaf250c176
commit 967a4e9a20
4 changed files with 22 additions and 0 deletions

View File

@ -125,6 +125,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
select BR2_PACKAGE_KODI_PVR_VBOX
select BR2_PACKAGE_KODI_PVR_VDR_VNSI
select BR2_PACKAGE_KODI_PVR_VUPLUS
select BR2_PACKAGE_KODI_PVR_WMC
help
Kodi PVR addon was split into seperate modules

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_PVR_WMC
bool "kodi-pvr-wmc"
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi's Windows Media Center client addon
https://github.com/kodi-pvr/pvr.wmc

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-wmc
#
################################################################################
KODI_PVR_WMC_VERSION = e19c3e99c87e81d406bac0bc4e8edeb47df66dcc
KODI_PVR_WMC_SITE = $(call github,kodi-pvr,pvr.wmc,$(KODI_PVR_WMC_VERSION))
KODI_PVR_WMC_LICENSE = GPLv2+
KODI_PVR_WMC_LICENSE_FILES = src/client.h
KODI_PVR_WMC_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))

View File

@ -273,6 +273,7 @@ menu "PVR addons"
source "package/kodi-pvr-vbox/Config.in"
source "package/kodi-pvr-vdr-vnsi/Config.in"
source "package/kodi-pvr-vuplus/Config.in"
source "package/kodi-pvr-wmc/Config.in"
endmenu
endif # BR2_PACKAGE_KODI