kumquat-buildroot/package/kodi-vfs-rar/kodi-vfs-rar.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
500 B
Makefile

################################################################################
#
# kodi-vfs-rar
#
################################################################################
KODI_VFS_RAR_VERSION = 60f92ff28ee6c94211b628990696c60518bffcf6
KODI_VFS_RAR_SITE = $(call github,xbmc,vfs.rar,$(KODI_VFS_RAR_VERSION))
KODI_VFS_RAR_LICENSE = unrar, GPL-2.0+
KODI_VFS_RAR_LICENSE_FILES = lib/UnrarXLib/license.txt debian/copyright
KODI_VFS_RAR_DEPENDENCIES = libplatform kodi
$(eval $(cmake-package))