mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
Move automake-1.11.2 to sysa.
This commit is contained in:
parent
cd396db5d5
commit
da11c40e37
10 changed files with 14 additions and 14 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Fixes aclocal-1.10 to work with our Perl
|
||||
|
||||
--- aclocal.in 2021-03-25 19:18:10.489134059 +0000
|
||||
+++ aclocal.in 2021-03-25 19:18:20.159389339 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
use Automake::FileUtils;
|
||||
use File::Basename;
|
||||
use File::stat;
|
||||
+use File::Glob;
|
||||
use Cwd;
|
||||
|
||||
# Some globals.
|
||||
|
|
@ -1 +0,0 @@
|
|||
http://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2 4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue