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