# HG changeset patch # User Hans-G?nter Theisgen # Date 1643471844 -3600 # Node ID 1c6c71d0e42519f2da0492de4031d1254fed1258 # Parent 71360a13cd94e54350e27626bba08552248fc31a updated automake (1.16.1 -> 1.16.5) diff -r 71360a13cd94 -r 1c6c71d0e425 automake/description.txt --- a/automake/description.txt Fri Jan 28 18:19:21 2022 +0000 +++ b/automake/description.txt Sat Jan 29 16:57:24 2022 +0100 @@ -1,8 +1,8 @@ -**Automake** is a tool for automatically generating `Makefile.in's from files -called `Makefile.am'. The goal of Automake is to remove the burden of Makefile +Automake is a tool for automatically generating "Makefile.in"s from files +called "Makefile.am". The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). -The `Makefile.am' is basically a series of `make' macro definitions (with -rules being thrown in occasionally). The generated `Makefile.in's are -compliant with the GNU Makefile standards. +The "Makefile.am" is basically a series of "make" macro definitions (with +rules being thrown in occasionally). The generated "Makefile.in"s are +compliant with the GNU Makefile standards. diff -r 71360a13cd94 -r 1c6c71d0e425 automake/receipt --- a/automake/receipt Fri Jan 28 18:19:21 2022 +0000 +++ b/automake/receipt Sat Jan 29 16:57:24 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="automake" -VERSION="1.16.1" +VERSION="1.16.5" CATEGORY="development" SHORT_DESC="A GNU tool for automatically creating Makefiles." MAINTAINER="pankso@slitaz.org" @@ -25,7 +25,7 @@ cook_tmp_toolchain() { ./configure && - make -j 1 && + make && make install } @@ -33,7 +33,7 @@ compile_rules() { ./configure $CONFIGURE_ARGS && - make -j 1 && + make && make install } @@ -45,8 +45,7 @@ ln -sf aclocal-${VERSION%.*} $fs/usr/bin/aclocal ln -sf automake-${VERSION%.*} $fs/usr/bin/automake - rm -rf \ - $fs/usr/share/doc \ - $fs/usr/share/info \ - $fs/usr/share/man + rm -rf $fs/usr/share/doc + rm -rf $fs/usr/share/info + rm -rf $fs/usr/share/man }