Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : pigz | name : pigz | ||||
| version : '2.4' | version : '2.6' | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/madler/pigz/archive/v2.4.tar.gz : e228e7d18b34c4ece8d596eb6eee97bde533c6beedbb728d07d3abe90b4b1b52 | - https://github.com/madler/pigz/archive/refs/tags/v2.6.tar.gz : 577673676cd5c7219f94b236075451220bae3e1ca451cf849947a2998fbf5820 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : system.utils | component : system.utils | ||||
| summary : Parallel gzip | homepage : https://zlib.net/pigz/ | ||||
| summary : Parallel implementation of gzip | |||||
| description: | | description: | | ||||
| pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. | pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. | ||||
| build : | | build : | | ||||
| %make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" | %make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" | ||||
| install : | | install : | | ||||
| install -D -m 00755 pigz $installdir/usr/bin/pigz | install -Dm 00755 pigz $installdir/usr/bin/pigz | ||||
| install -D -m 00755 unpigz $installdir/usr/bin/unpigz | install -Dm 00755 unpigz $installdir/usr/bin/unpigz | ||||
| install -Dm 00644 pigz.1 $installdir/usr/share/man/man1/pigz.1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.