Config.in 921 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. comment "libarchive needs a toolchain w/ wchar"
  2. depends on !BR2_USE_WCHAR
  3. config BR2_PACKAGE_LIBARCHIVE
  4. bool "libarchive"
  5. depends on BR2_USE_WCHAR
  6. help
  7. Libarchive is a reusable C library for reading and writing a
  8. variety of streaming archive formats.
  9. https://www.libarchive.org/
  10. if BR2_PACKAGE_LIBARCHIVE
  11. config BR2_PACKAGE_LIBARCHIVE_BSDTAR
  12. bool "bsdtar"
  13. help
  14. The 'bsdtar' program is a full-featured 'tar'
  15. replacement built on libarchive.
  16. config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
  17. bool "bsdcpio"
  18. help
  19. The 'bsdcpio' program is a different interface to
  20. essentially the same functionality as 'bsdtar'.
  21. config BR2_PACKAGE_LIBARCHIVE_BSDCAT
  22. bool "bsdcat"
  23. help
  24. The 'bsdcat' program is a simple replacement tool
  25. for zcat, bzcat, xzcat, and such.
  26. config BR2_PACKAGE_LIBARCHIVE_BSDUNZIP
  27. bool "bsdunzip"
  28. help
  29. The 'bsdunzip' program is a simple replacement tool
  30. for Info-ZIP.
  31. endif