logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: da11c40e3767377bfab4614321b712668129b772
parent cd396db5d56f5f43637930d960a9ecfcb55fff70
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 18 Feb 2023 11:07:17 +0800

Move automake-1.11.2 to sysa.

Diffstat:

Mparts.rst12++++++------
Msysa/SHA256SUMS.pkgs2+-
Asysa/automake-1.11.2/automake-1.11.2.sh29+++++++++++++++++++++++++++++
Rsysc/automake-1.11.2/patches/aclocal_glob.patch -> sysa/automake-1.11.2/patches/aclocal_glob.patch0
Asysa/automake-1.11.2/sources1+
Msysa/run.sh2++
Dsysc/automake-1.11.2/automake-1.11.2.sh29-----------------------------
Dsysc/automake-1.11.2/sources1-
Msysc/init2+-
Msysc/run2.sh2--
Msysc/xz-5.0.5/xz-5.0.5.sh2+-
11 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/parts.rst b/parts.rst @@ -541,6 +541,12 @@ autoconf 2.64 Slightly newer version of GNU Autoconf. At this stage Autoconf is mostly backwards compatible but newer versions need newer ``automake``. +automake 1.11.2 +=============== + +GNU Automake from 1.11 series. This is not the latest point release as newer ones +need Autoconf 2.68. + libtool 1.4 =========== @@ -694,12 +700,6 @@ XZ Utils is a set of free software command-line lossless data compressors, including lzma and xz. In most cases, xz achieves higher compression rates than alternatives like gzip and bzip2. -automake 1.11.2 -=============== - -GNU Automake from 1.11 series. This is not the latest point release as newer ones -need Autoconf 2.68. - file 5.44 ========= diff --git a/sysa/SHA256SUMS.pkgs b/sysa/SHA256SUMS.pkgs @@ -14,7 +14,7 @@ d5fcce4baea5e11f983a7e4b7148545ab6720bb4e010898c73387f6711be67f4 autoconf-2.64_ 6ff691e3ddd4f3d1796d28b07a2a96691dbd9801844c99ccbe660da59dabd74b autoconf-archive-2021.02.19_0.tar.bz2 423502989faf6e752f8e84afa7166c66067c0d1264b549323e5bcc8d983dadc1 autogen-5.18.16_0.tar.bz2 02a426e82a52d4a2cd7e73fe3dc5a2c58b3ed100f24a92c57e42511fd86e247c automake-1.10.3_0.tar.bz2 -7014bcba2fc112f3c22129a69b32dd3939eac97267d0ee271aa35853fdeee9fe automake-1.11.2_0.tar.bz2 +34925adeaa2876a5e068adeb17b71fe7c7105244c3cb5439d33f7406310674da automake-1.11.2_0.tar.bz2 a7bd12bd0c639783ce1c0e9f640cf004a87460bbda8154bc550c5e6884457b48 automake-1.15.1_0.tar.bz2 57100612d902537b72ee2fd3dfecc903f2ea3959f1a480af87c6a1ef9a9d7c03 automake-1.16.3_0.tar.bz2 ffdc0060708c37924ebac9dd6f1ce68602c5f39727fc7cd9d40115da847325d6 automake-1.4-p6_0.tar.bz2 diff --git a/sysa/automake-1.11.2/automake-1.11.2.sh b/sysa/automake-1.11.2/automake-1.11.2.sh @@ -0,0 +1,29 @@ +# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu> +# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space> +# +# SPDX-License-Identifier: GPL-3.0-or-later + +src_prepare() { + default + + rm -f doc/amhello-1.0.tar.gz doc/automake.info* doc/aclocal-1.11.1 doc/automake-1.11.1 + + # Building doc often causes race conditions, skip it + awk '/SUBDIRS/{sub("doc ", "", $0)} {print}' Makefile.am > Makefile.am.tmp + mv Makefile.am.tmp Makefile.am + + AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 ./bootstrap +} + +src_configure() { + AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 ./configure --prefix="${PREFIX}" +} + +src_compile() { + AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 make MAKEINFO=true +} + +src_install() { + make install MAKEINFO=true DESTDIR="${DESTDIR}" + rm "${DESTDIR}/usr/bin/automake" +} diff --git a/sysc/automake-1.11.2/patches/aclocal_glob.patch b/sysa/automake-1.11.2/patches/aclocal_glob.patch diff --git a/sysa/automake-1.11.2/sources b/sysa/automake-1.11.2/sources @@ -0,0 +1 @@ +https://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2 4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718 diff --git a/sysa/run.sh b/sysa/run.sh @@ -196,6 +196,8 @@ build automake-1.10.3 build autoconf-2.64 +build automake-1.11.2 + build libtool-1.4 build binutils-2.14 diff --git a/sysc/automake-1.11.2/automake-1.11.2.sh b/sysc/automake-1.11.2/automake-1.11.2.sh @@ -1,29 +0,0 @@ -# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu> -# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space> -# -# SPDX-License-Identifier: GPL-3.0-or-later - -src_prepare() { - default - - rm -f doc/amhello-1.0.tar.gz doc/automake.info* doc/aclocal-1.11.1 doc/automake-1.11.1 - - # Building doc often causes race conditions, skip it - awk '/SUBDIRS/{sub("doc ", "", $0)} {print}' Makefile.am > Makefile.am.tmp - mv Makefile.am{.tmp,} - - AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 ./bootstrap -} - -src_configure() { - AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 ./configure --prefix="${PREFIX}" -} - -src_compile() { - AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 make MAKEINFO=true -} - -src_install() { - make install MAKEINFO=true DESTDIR="${DESTDIR}" - rm "${DESTDIR}/usr/bin/automake" "${DESTDIR}/usr/bin/aclocal" -} diff --git a/sysc/automake-1.11.2/sources b/sysc/automake-1.11.2/sources @@ -1 +0,0 @@ -http://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2 4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718 diff --git a/sysc/init b/sysc/init @@ -36,7 +36,7 @@ install_tar coreutils-5.0 0 install_tar sed-4.0.9 0 install_tar autoconf-2.64 0 -install_tar automake-1.10.3 0 +install_tar automake-1.11.2 0 install_tar binutils-2.14 0 install_tar bzip2-1.0.8 0 install_tar bison-3.4.1 2 diff --git a/sysc/run2.sh b/sysc/run2.sh @@ -24,8 +24,6 @@ umask 0022 build xz-5.0.5 -build automake-1.11.2 - build file-5.44 build libtool-2.4.7 diff --git a/sysc/xz-5.0.5/xz-5.0.5.sh b/sysc/xz-5.0.5/xz-5.0.5.sh @@ -5,7 +5,7 @@ src_prepare() { default - AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f + AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f } src_configure() {