mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
678d52b099
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
470 B
Makefile
14 lines
470 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-filmon
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_FILMON_VERSION = 2.4.6-Leia
|
|
KODI_PVR_FILMON_SITE = $(call github,kodi-pvr,pvr.filmon,$(KODI_PVR_FILMON_VERSION))
|
|
KODI_PVR_FILMON_LICENSE = GPL-2.0+
|
|
KODI_PVR_FILMON_LICENSE_FILES = debian/copyright
|
|
KODI_PVR_FILMON_DEPENDENCIES = jsoncpp kodi-platform
|
|
|
|
$(eval $(cmake-package))
|