wok-next rev 21509
updated automake (1.16.1 -> 1.16.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 08:56:02 2020 +0100 (2020-06-19) |
parents | e4f77a16fe27 |
children | afd022d11fb3 |
files | automake/receipt |
line diff
1.1 --- a/automake/receipt Fri Jun 19 08:13:34 2020 +0100 1.2 +++ b/automake/receipt Fri Jun 19 08:56:02 2020 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="automake" 1.7 -VERSION="1.16.1" 1.8 +VERSION="1.16.2" 1.9 CATEGORY="development" 1.10 +TAGS="LFS" 1.11 SHORT_DESC="A GNU tool for automatically creating Makefiles" 1.12 -MAINTAINER="devel@slitaz.org" 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="GPL2" 1.15 WEB_SITE="https://www.gnu.org/software/automake/" 1.16 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html" 1.17 -HOST_ARCH="any" 1.18 1.19 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.20 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.21 -TARBALL_SHA1="1012bc79956013d53da0890f8493388a6cb20831" 1.22 +# 1.16.1 TARBALL_SHA1="1012bc79956013d53da0890f8493388a6cb20831" 1.23 1.24 BUILD_DEPENDS="autoconf bison flex gfortran" 1.25 -DEPENDS="perl autoconf" 1.26 +DEPENDS="autoconf perl" 1.27 + 1.28 +HOST_ARCH="any" 1.29 1.30 COPY="@std @dev" 1.31 -TAGS="LFS" 1.32 1.33 -compile_rules() { 1.34 +compile_rules() 1.35 +{ 1.36 ./configure $CONFIGURE_ARGS && 1.37 make && 1.38 make install