pigz: update to 2.6.
This commit is contained in:
parent
3df2d98207
commit
581510a83f
1 changed files with 6 additions and 10 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'pigz'
|
# Template file for 'pigz'
|
||||||
pkgname=pigz
|
pkgname=pigz
|
||||||
version=2.5
|
version=2.6
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_check_target=test
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Parallel implementation of gzip"
|
short_desc="Parallel implementation of gzip"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="http://zlib.net/pigz/"
|
homepage="https://zlib.net/pigz/"
|
||||||
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
distfiles="https://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||||
checksum=a006645702caaecace633a89eb5c371482b44a48d04f34e0058e2b85d75d4c36
|
checksum=2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
sed -i '/CC.*-o/{s/$(LDFLAGS)//; s/$/ $(LDFLAGS)/}' Makefile
|
|
||||||
}
|
|
||||||
do_build() {
|
|
||||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lz" ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pigz
|
vbin pigz
|
||||||
vman pigz.1
|
vman pigz.1
|
||||||
|
|
Loading…
Reference in a new issue