wok rev 24337

updated automake (1.16.1 -> 1.16.5)
author Hans-G?nter Theisgen
date Sat Jan 29 16:57:24 2022 +0100 (2022-01-29)
parents 71360a13cd94
children f1922233bc3a
files automake/description.txt automake/receipt
line diff
     1.1 --- a/automake/description.txt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/automake/description.txt	Sat Jan 29 16:57:24 2022 +0100
     1.3 @@ -1,8 +1,8 @@
     1.4 -**Automake** is a tool for automatically generating `Makefile.in's from files 
     1.5 -called `Makefile.am'. The goal of Automake is to remove the burden of Makefile 
     1.6 +Automake is a tool for automatically generating "Makefile.in"s from files 
     1.7 +called "Makefile.am". The goal of Automake is to remove the burden of Makefile 
     1.8  maintenance from the back of the individual GNU maintainer (and put it on the 
     1.9  back of the Automake maintainer).
    1.10  
    1.11 -The `Makefile.am' is basically a series of `make' macro definitions (with 
    1.12 -rules being thrown in occasionally). The generated `Makefile.in's are 
    1.13 -compliant with the GNU Makefile standards. 
    1.14 +The "Makefile.am" is basically a series of "make" macro definitions (with 
    1.15 +rules being thrown in occasionally). The generated "Makefile.in"s are 
    1.16 +compliant with the GNU Makefile standards.
     2.1 --- a/automake/receipt	Fri Jan 28 18:19:21 2022 +0000
     2.2 +++ b/automake/receipt	Sat Jan 29 16:57:24 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="automake"
     2.7 -VERSION="1.16.1"
     2.8 +VERSION="1.16.5"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A GNU tool for automatically creating Makefiles."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -25,7 +25,7 @@
    2.13  cook_tmp_toolchain()
    2.14  {
    2.15  	./configure &&
    2.16 -	make -j 1 &&
    2.17 +	make &&
    2.18  	make install
    2.19  }
    2.20  
    2.21 @@ -33,7 +33,7 @@
    2.22  compile_rules()
    2.23  {
    2.24  	./configure $CONFIGURE_ARGS &&
    2.25 -	make -j 1 &&
    2.26 +	make &&
    2.27  	make install
    2.28  }
    2.29  
    2.30 @@ -45,8 +45,7 @@
    2.31  	ln -sf aclocal-${VERSION%.*}	$fs/usr/bin/aclocal
    2.32  	ln -sf automake-${VERSION%.*}	$fs/usr/bin/automake
    2.33  
    2.34 -	rm -rf				\
    2.35 -		$fs/usr/share/doc	\
    2.36 -		$fs/usr/share/info	\
    2.37 -		$fs/usr/share/man
    2.38 +	rm -rf				$fs/usr/share/doc
    2.39 +	rm -rf				$fs/usr/share/info
    2.40 +	rm -rf				$fs/usr/share/man
    2.41  }