package/kodi-pvr-dvblink: 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>
This commit is contained in:
Bernd Kuhls 2015-07-22 22:30:37 +02:00 committed by Thomas Petazzoni
parent 2579ec20e2
commit a69eca43f4
4 changed files with 23 additions and 0 deletions

View File

@ -111,6 +111,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
bool "Kodi PVR addon was split"
select BR2_LEGACY
select BR2_PACKAGE_KODI_PVR_ARGUSTV
select BR2_PACKAGE_KODI_PVR_DVBLINK
help
Kodi PVR addon was split into seperate modules

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_KODI_PVR_DVBLINK
bool "kodi-pvr-dvblink"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_TINYXML2
help
Kodi's DVBLink client addon
https://github.com/kodi-pvr/pvr.dvblink

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-dvblink
#
################################################################################
KODI_PVR_DVBLINK_VERSION = cf756e9241c58d98c3b56dfcae89da9f35e4555f
KODI_PVR_DVBLINK_SITE = $(call github,kodi-pvr,pvr.dvblink,$(KODI_PVR_DVBLINK_VERSION))
KODI_PVR_DVBLINK_LICENSE = GPLv2+
KODI_PVR_DVBLINK_LICENSE_FILES = src/client.h
KODI_PVR_DVBLINK_DEPENDENCIES = kodi-platform tinyxml2
$(eval $(cmake-package))

View File

@ -259,6 +259,7 @@ endmenu
menu "PVR addons"
source "package/kodi-addon-xvdr/Config.in"
source "package/kodi-pvr-argustv/Config.in"
source "package/kodi-pvr-dvblink/Config.in"
endmenu
endif # BR2_PACKAGE_KODI