Add buildroot 2018-02
This commit is contained in:
7
buildroot/package/kodi-pvr-nextpvr/Config.in
Normal file
7
buildroot/package/kodi-pvr-nextpvr/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_KODI_PVR_NEXTPVR
|
||||
bool "kodi-pvr-nextpvr"
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Kodi's NextPVR client addon
|
||||
|
||||
https://github.com/kodi-pvr/pvr.nextpvr
|
||||
2
buildroot/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.hash
Normal file
2
buildroot/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 b126943a6d48ea4d2df38951505f385c2a499e399201eccd798a34076d3c5842 kodi-pvr-nextpvr-2.4.13-Krypton.tar.gz
|
||||
15
buildroot/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk
Normal file
15
buildroot/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-pvr-nextpvr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Krypton'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PVR_NEXTPVR_VERSION = 2.4.13-Krypton
|
||||
KODI_PVR_NEXTPVR_SITE = $(call github,kodi-pvr,pvr.nextpvr,$(KODI_PVR_NEXTPVR_VERSION))
|
||||
KODI_PVR_NEXTPVR_LICENSE = GPL-2.0+
|
||||
KODI_PVR_NEXTPVR_LICENSE_FILES = src/client.h
|
||||
KODI_PVR_NEXTPVR_DEPENDENCIES = kodi-platform
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user