pigz: update to 2.5, xlint fixes.
This commit is contained in:
parent
023908805e
commit
ac4e9230cf
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'pigz'
|
||||
pkgname=pigz
|
||||
version=2.4
|
||||
version=2.5
|
||||
revision=1
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A parallel implementation of gzip"
|
||||
short_desc="Parallel implementation of gzip"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Zlib"
|
||||
homepage="http://zlib.net/pigz/"
|
||||
license="zlib"
|
||||
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||
checksum=a4f816222a7b4269bd232680590b579ccc72591f1bb5adafcd7208ca77e14f73
|
||||
checksum=a006645702caaecace633a89eb5c371482b44a48d04f34e0058e2b85d75d4c36
|
||||
|
||||
post_extract() {
|
||||
sed -i '/CC.*-o/{s/$(LDFLAGS)//; s/$/ $(LDFLAGS)/}' Makefile
|
||||
|
|
Loading…
Reference in New Issue