mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-22 09:39:18 +00:00
18 lines
568 B
Makefile
18 lines
568 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="inputstream.rtmp"
|
|
PKG_VERSION="21.1.0-Omega"
|
|
PKG_SHA256="193fabb14cd9d92baecf7319c50ba183bc6254385bf187fe2a726159134df2a9"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/inputstream.rtmp"
|
|
PKG_URL="https://github.com/xbmc/inputstream.rtmp/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform rtmpdump"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="inputstream.rtmp"
|
|
PKG_LONGDESC="inputstream.rtmp"
|
|
|
|
PKG_IS_ADDON="yes"
|