mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
23 lines
711 B
Makefile
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="22.4.1-Piers"
|
|
PKG_SHA256="afa6906d77b6dd4140d606915b2fd6eb207351de10ef51fad9d78f1b1e3c8106"
|
|
PKG_REV="1"
|
|
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"
|
|
}
|