mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 21:05: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
26
sysa/autoconf-2.69/autoconf-2.69.sh
Executable file
26
sysa/autoconf-2.69/autoconf-2.69.sh
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
# 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
sysa/autoconf-2.69/sources
Normal file
1
sysa/autoconf-2.69/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.gz 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
|
||||
|
|
@ -198,6 +198,8 @@ build autoconf-2.64
|
|||
|
||||
build automake-1.11.2
|
||||
|
||||
build autoconf-2.69
|
||||
|
||||
build libtool-1.4
|
||||
|
||||
build binutils-2.14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue