pigz: update to 2.3.1.
This commit is contained in:
parent
2e472eca98
commit
8c6dbf1843
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.3
|
version=2.3.1
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="A parallel implementation of gzip"
|
short_desc="A parallel implementation of gzip"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://zlib.net/pigz/"
|
homepage="http://zlib.net/pigz/"
|
||||||
license="GPL-2"
|
license="zlib"
|
||||||
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||||
checksum=74bbd5962f9420549fc987ddd1ccda692ec2b29d2d612fbbe26edf3fa348ff21
|
checksum=629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46e0af54
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -e 's|-lz|& -lm|' -i Makefile
|
sed -e 's|-lz|& -lm|' -i Makefile
|
||||||
|
@ -22,6 +22,6 @@ do_install() {
|
||||||
|
|
||||||
pigz_package() {
|
pigz_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue