1 comment "libarchive needs a toolchain w/ wchar"
2 depends on !BR2_USE_WCHAR
4 config BR2_PACKAGE_LIBARCHIVE
6 depends on BR2_USE_WCHAR
8 Libarchive is a reusable C library for reading and writing a
9 variety of streaming archive formats.
11 http://www.libarchive.org/
13 if BR2_PACKAGE_LIBARCHIVE
15 config BR2_PACKAGE_LIBARCHIVE_BSDTAR
18 The 'bsdtar' program is a full-featured 'tar'
19 replacement built on libarchive.
21 config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
24 The 'bsdcpio' program is a different interface to
25 essentially the same functionality as 'bsdtar'.
27 config BR2_PACKAGE_LIBARCHIVE_BSDCAT
30 The 'bsdcat' program is a simple replacement tool
31 for zcat, bzcat, xzcat, and such.