kumquat-buildroot/package/kodi-vfs-sftp/kodi-vfs-sftp.mk
Bernd Kuhls cad21f3197 package/kodi-*: mass update of license files
Switch _LICENSE_FILES to debian/copyright instead of using a source
code file.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-03-21 15:43:13 +01:00

14 lines
461 B
Makefile

################################################################################
#
# kodi-vfs-sftp
#
################################################################################
KODI_VFS_SFTP_VERSION = 1.0.5-Leia
KODI_VFS_SFTP_SITE = $(call github,xbmc,vfs.sftp,$(KODI_VFS_SFTP_VERSION))
KODI_VFS_SFTP_LICENSE = GPL-2.0+
KODI_VFS_SFTP_LICENSE_FILES = debian/copyright
KODI_VFS_SFTP_DEPENDENCIES = kodi-platform libplatform libssh
$(eval $(cmake-package))