mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
419743daec
Release notes: https://github.com/xbmc/vfs.libarchive/releases/tag/2.0.1-Matrix Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
22 lines
542 B
Makefile
22 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# kodi-vfs-libarchive
|
|
#
|
|
################################################################################
|
|
|
|
KODI_VFS_LIBARCHIVE_VERSION = 2.0.1-Matrix
|
|
KODI_VFS_LIBARCHIVE_SITE = $(call github,xbmc,vfs.libarchive,$(KODI_VFS_LIBARCHIVE_VERSION))
|
|
KODI_VFS_LIBARCHIVE_LICENSE = GPL-2.0+
|
|
KODI_VFS_LIBARCHIVE_LICENSE_FILES = LICENSE.md
|
|
KODI_VFS_LIBARCHIVE_DEPENDENCIES = \
|
|
bzip2 \
|
|
kodi \
|
|
libarchive \
|
|
lz4 \
|
|
lzo \
|
|
openssl \
|
|
xz \
|
|
zlib
|
|
|
|
$(eval $(cmake-package))
|