wok diff pigz/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 0f2b4a8c631e
children 425563100416
line diff
     1.1 --- a/pigz/receipt	Fri Feb 12 08:48:10 2016 +0100
     1.2 +++ b/pigz/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pigz"
     1.7 -VERSION="2.3.3"
     1.8 +VERSION="2.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Parallel Implementation of GZip."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	sed -i 's/-lz/& -lm/' Makefile
    1.18  	make
    1.19  }
    1.20 @@ -24,7 +23,8 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/bin
    1.25 +	mkdir -p $fs/usr/bin $install/usr/share/man
    1.26 +	cp $src/pigz.1 $install/usr/share/man
    1.27  	cp $src/pigz $fs/usr/bin
    1.28  	ln -s pigz $fs/usr/bin/unpigz
    1.29  }