mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
468 B
Makefile
14 lines
468 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-zattoo
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_ZATTOO_VERSION = 21.0.7-Omega
|
|
KODI_PVR_ZATTOO_SITE = $(call github,rbuehlma,pvr.zattoo,$(KODI_PVR_ZATTOO_VERSION))
|
|
KODI_PVR_ZATTOO_LICENSE = GPL-2.0+
|
|
KODI_PVR_ZATTOO_LICENSE_FILES = LICENSE.md
|
|
KODI_PVR_ZATTOO_DEPENDENCIES = kodi rapidjson tinyxml2
|
|
|
|
$(eval $(cmake-package))
|