buildroot/package/kodi-vfs-rar/kodi-vfs-rar.mk
Bernd Kuhls 5928937578 package/kodi-vfs-rar: new package
Internal rar support in Kodi was moved to this addon with the Kodi
release 18.0-Leia, see upstream PR 11912.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Arnout: fix license, add license file hashes]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-09-21 22:59:07 +02: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 src/RarManager.h
KODI_VFS_RAR_DEPENDENCIES = libplatform kodi
$(eval $(cmake-package))