977063d071
Add a package for pixz (pronounced pixie), a parallel, indexing version of xz. See https://github.com/vasi/pixz Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
config BR2_PACKAGE_PIXZ
|
|
bool "pixz"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_WCHAR # libarchive
|
|
select BR2_PACKAGE_LIBARCHIVE
|
|
select BR2_PACKAGE_XZ
|
|
help
|
|
Pixz (pronounced pixie) is a parallel, indexing version of xz.
|
|
|
|
https://github.com/vasi/pixz
|
|
|
|
comment "pixz needs a toolchain w/ threads, wchar"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|