kumquat-buildroot/package/libarchive/Config.in
Francois Perrad 380341b249 package/libarchive: bump to version 3.6.2
remove merged patch

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-14 23:05:31 +01:00

34 lines
786 B
Plaintext

comment "libarchive needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
config BR2_PACKAGE_LIBARCHIVE
bool "libarchive"
depends on BR2_USE_WCHAR
help
Libarchive is a reusable C library for reading and writing a
variety of streaming archive formats.
https://www.libarchive.org/
if BR2_PACKAGE_LIBARCHIVE
config BR2_PACKAGE_LIBARCHIVE_BSDTAR
bool "bsdtar"
help
The 'bsdtar' program is a full-featured 'tar'
replacement built on libarchive.
config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
bool "bsdcpio"
help
The 'bsdcpio' program is a different interface to
essentially the same functionality as 'bsdtar'.
config BR2_PACKAGE_LIBARCHIVE_BSDCAT
bool "bsdcat"
help
The 'bsdcat' program is a simple replacement tool
for zcat, bzcat, xzcat, and such.
endif