package/kodi-pvr-argustv: 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:36 +02:00 committed by Thomas Petazzoni
parent 0b045afa44
commit 2579ec20e2
4 changed files with 22 additions and 0 deletions

View File

@ -110,6 +110,7 @@ comment "Legacy options removed in 2015.08"
config BR2_PACKAGE_KODI_PVR_ADDONS
bool "Kodi PVR addon was split"
select BR2_LEGACY
select BR2_PACKAGE_KODI_PVR_ARGUSTV
help
Kodi PVR addon was split into seperate modules

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_PVR_ARGUSTV
bool "kodi-pvr-argustv"
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi's ARGUS TV client addon
https://github.com/kodi-pvr/pvr.argustv

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-pvr-argustv
#
################################################################################
KODI_PVR_ARGUSTV_VERSION = 96c80267935d8edc4f6f92d16b540ef77cdcb1db
KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
KODI_PVR_ARGUSTV_LICENSE = GPLv2+
KODI_PVR_ARGUSTV_LICENSE_FILES = src/client.h
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform
$(eval $(cmake-package))

View File

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