Lakka-LibreELEC/packages/mediacenter/kodi-binary-addons/pvr.nextpvr/package.mk
Matthias Reichl 0d00bdde3f binary addons: bump PKG_REV
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:27 +01:00

23 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.3.1-Nexus"
PKG_SHA256="661edd0d564ada8c70ae641ecb500cae84e85b09983836106c43cd4da86d738b"
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"
}