GNU Autoconf Archive 2021.02.19

This commit is contained in:
Andrius Štikonas 2021-04-17 20:16:25 +01:00
parent 113a3b6fff
commit 8b884b2cf1
5 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
autoreconf-2.69 -fi
}
src_configure() {
./configure --prefix="${PREFIX}"
}
src_compile() {
make MAKEINFO=true DESTDIR="${DESTDIR}"
}
src_install() {
make MAKEINFO=true DESTDIR="${DESTDIR}" install
}

View file

@ -22,6 +22,8 @@ build tar-1.34
build gmp-6.2.1
build autoconf-archive-2021.02.19
echo "Bootstrapping completed."
exec env - PATH=/after/bin PS1="\w # " bash -i