mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-08 10:48:19 +00:00
24 lines
710 B
Makefile
24 lines
710 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.argustv"
|
|
PKG_VERSION="21.0.1-Omega"
|
|
PKG_SHA256="6ab2952690de934d236cf43a3f42ea19337013d88af305dc1df82b5c1235cff0"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-pvr/pvr.argustv"
|
|
PKG_URL="https://github.com/kodi-pvr/pvr.argustv/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform jsoncpp"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="pvr.argustv"
|
|
PKG_LONGDESC="pvr.argustv"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.pvrclient"
|
|
|
|
pre_configure_target() {
|
|
CXXFLAGS+=" -Wno-narrowing"
|
|
}
|