d8a582f140
Openssl and zlib are built as hard-dependencies of Kodi already. For the case that Kodi drops these dependencies we need to make sure that this package still finds its dependencies: https://github.com/xbmc/inputstream.rtmp/blob/Matrix/CMakeLists.txt#L8 Switch license file to LICENSE.md. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
515 B
Makefile
14 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# kodi-inputstream-rtmp
|
|
#
|
|
################################################################################
|
|
|
|
KODI_INPUTSTREAM_RTMP_VERSION = 3.4.0-Matrix
|
|
KODI_INPUTSTREAM_RTMP_SITE = $(call github,xbmc,inputstream.rtmp,$(KODI_INPUTSTREAM_RTMP_VERSION))
|
|
KODI_INPUTSTREAM_RTMP_LICENSE = GPL-2.0+
|
|
KODI_INPUTSTREAM_RTMP_LICENSE_FILES = LICENSE.md
|
|
KODI_INPUTSTREAM_RTMP_DEPENDENCIES = kodi openssl rtmpdump zlib
|
|
|
|
$(eval $(cmake-package))
|