0a9a71ff6b
Fixes http://autobuild.buildroot.net/results/56f/56fb98da27495f6a461bfdc7aa8c2de4d86dfdb8/ http://autobuild.buildroot.net/results/f98/f982b437935cf1f921559f5388fd4146eb9241bd/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
502 B
Makefile
14 lines
502 B
Makefile
################################################################################
|
|
#
|
|
# kodi-pvr-stalker
|
|
#
|
|
################################################################################
|
|
|
|
KODI_PVR_STALKER_VERSION = 5f6eb1992ffd45a075ebb7bc4253c4a88bf65c80
|
|
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
|
|
KODI_PVR_STALKER_LICENSE = GPLv2+
|
|
KODI_PVR_STALKER_LICENSE_FILES = src/client.h
|
|
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform
|
|
|
|
$(eval $(cmake-package))
|