wok-current diff pigz/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pigz/description.txt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +Pigz, which stands for parallel implementation of gzip,
     1.5 +is a fully functional replacement for gzip that exploits
     1.6 +multiple processors and multiple cores to the hilt when
     1.7 +compressing data.
     1.8 +Pigz was written by Mark Adler, and uses the zlib and
     1.9 +pthread libraries.