mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
14 lines
491 B
Makefile
14 lines
491 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-vuplus
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_VUPLUS_VERSION = 3.28.9-Leia
|
|
KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
|
|
KODI_PVR_VUPLUS_LICENSE = GPL-2.0+
|
|
KODI_PVR_VUPLUS_LICENSE_FILES = debian/copyright
|
|
KODI_PVR_VUPLUS_DEPENDENCIES = json-for-modern-cpp kodi-platform tinyxml
|
|
|
|
$(eval $(cmake-package))
|