95d02b50b7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
450 B
Makefile
14 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-pctv
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_PCTV_VERSION = 2.4.5-Leia
|
|
KODI_PVR_PCTV_SITE = $(call github,kodi-pvr,pvr.pctv,$(KODI_PVR_PCTV_VERSION))
|
|
KODI_PVR_PCTV_LICENSE = GPL-2.0+
|
|
KODI_PVR_PCTV_LICENSE_FILES = src/client.h
|
|
KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi-platform
|
|
|
|
$(eval $(cmake-package))
|