xref: /OK3568_Linux_fs/buildroot/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# kodi-inputstream-adaptive
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunKODI_INPUTSTREAM_ADAPTIVE_VERSION = 19.0.0-Matrix
8*4882a593SmuzhiyunKODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
9*4882a593SmuzhiyunKODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
10*4882a593SmuzhiyunKODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = LICENSE.GPL
11*4882a593SmuzhiyunKODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = expat kodi
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun$(eval $(cmake-package))
14