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'
|
||||
pkgname=pigz
|
||||
version=2.5
|
||||
version=2.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_check_target=test
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Parallel implementation of gzip"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Zlib"
|
||||
homepage="http://zlib.net/pigz/"
|
||||
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||
checksum=a006645702caaecace633a89eb5c371482b44a48d04f34e0058e2b85d75d4c36
|
||||
homepage="https://zlib.net/pigz/"
|
||||
distfiles="https://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||
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() {
|
||||
vbin pigz
|
||||
vman pigz.1
|
||||
|
|
Loading…
Reference in a new issue