mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
24 lines
711 B
Makefile
24 lines
711 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pvr.nextpvr"
|
|
PKG_VERSION="20.2.3-Nexus"
|
|
PKG_SHA256="935bd0e930306b81ae5cb045b8fa29748de2e4927c8cc5cf330943d7dff4e209"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-pvr/pvr.nextpvr"
|
|
PKG_URL="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform tinyxml2"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="pvr.nextpvr"
|
|
PKG_LONGDESC="pvr.nextpvr"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.pvrclient"
|
|
|
|
pre_configure_target() {
|
|
CXXFLAGS+=" -Wno-narrowing"
|
|
}
|