mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Remove some autotools stages.
This commit is contained in:
parent
3b90aae529
commit
2c559bb49d
14 changed files with 6 additions and 296 deletions
21
sysa/autoconf-2.52/autoconf-2.52.sh
Executable file
21
sysa/autoconf-2.52/autoconf-2.52.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_compile() {
|
||||
rm doc/standards.info doc/autoconf.info
|
||||
cp autoconf.in autoconf
|
||||
sed -i -e "s# @SHELL@#/bin/sh#" -e 's/@M4@/m4/' -e 's/@AWK@/awk/' \
|
||||
-e 's/@PACKAGE_NAME@/Autoconf/' -e 's/@VERSION@/2.52/' \
|
||||
-e "s#@datadir@#${PREFIX}/share/autoconf-2.52#" autoconf
|
||||
chmod +x autoconf
|
||||
|
||||
m4 autoconf.m4 --freeze-state=autoconf.m4f
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -D autoconf "${DESTDIR}${PREFIX}/bin/autoconf-2.52"
|
||||
mkdir -p "${DESTDIR}${PREFIX}/share/autoconf-2.52"
|
||||
cp -r -- *.m4* "${DESTDIR}${PREFIX}/share/autoconf-2.52/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue