0757c7d39d
[Thomas: - use a shorter file as the license file, client.h instead of client.cpp - do not pass -DCMAKE_MODULE_PATH, no longer needed.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
494 B
Makefile
14 lines
494 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-nextpvr
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_NEXTPVR_VERSION = 3a205e49b50baba605d3235f6613fdd36c1d3234
|
|
KODI_PVR_NEXTPVR_SITE = $(call github,kodi-pvr,pvr.nextpvr,$(KODI_PVR_NEXTPVR_VERSION))
|
|
KODI_PVR_NEXTPVR_LICENSE = GPLv2+
|
|
KODI_PVR_NEXTPVR_LICENSE_FILES = src/client.h
|
|
KODI_PVR_NEXTPVR_DEPENDENCIES = kodi-platform
|
|
|
|
$(eval $(cmake-package))
|