buildrootschalter/package/libarchive/Config.in
Tilman Keskinöz db5db3486f libarchive: update to 3.0.4
Signed-off-by: Tilman Keskinöz <arved@arved.at>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-30 20:44:58 +01:00

27 lines
686 B
Plaintext

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.
http://www.libarchive.org/
comment "libarchive requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
config BR2_PACKAGE_LIBARCHIVE_BSDTAR
bool "bsdtar"
depends on BR2_PACKAGE_LIBARCHIVE
help
The 'bsdtar' program is a full-featured 'tar'
replacement built on libarchive.
config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
bool "bsdcpio"
depends on BR2_PACKAGE_LIBARCHIVE
help
The 'bsdcpio' program is a different interface to
essentially the same functionality as 'bsdtar'.