Commit 2579ec20 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

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: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0b045afa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+7 −0
Original line number Diff line number Diff line
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
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))
+1 −0
Original line number Diff line number Diff line
@@ -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