mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 19:35:24 +01:00
Move autoconf-2.69 to sysa.
This commit is contained in:
parent
da11c40e37
commit
ea96519332
7 changed files with 9 additions and 8 deletions
|
|
@ -1,26 +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() {
|
||||
rm doc/standards.info man/*.1
|
||||
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf-2.64 -f
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
for file in */*/Makefile.in */Makefile.in Makefile.in; do
|
||||
sed -i '/^pkgdatadir/s:$:-@VERSION@:' "$file"
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --program-suffix=-2.69
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
http://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
|
||||
|
|
@ -36,6 +36,7 @@ install_tar coreutils-5.0 0
|
|||
install_tar sed-4.0.9 0
|
||||
|
||||
install_tar autoconf-2.64 0
|
||||
install_tar autoconf-2.69 0
|
||||
install_tar automake-1.11.2 0
|
||||
install_tar binutils-2.14 0
|
||||
install_tar bzip2-1.0.8 0
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ build file-5.44
|
|||
|
||||
build libtool-2.4.7
|
||||
|
||||
build autoconf-2.69
|
||||
|
||||
build automake-1.15.1
|
||||
|
||||
build tar-1.34
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue