mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Add automake-1.4-p6.
This commit is contained in:
parent
3109a4e701
commit
b15a829675
6 changed files with 52 additions and 0 deletions
21
sysa/automake-1.4-p6/stage2.sh
Executable file
21
sysa/automake-1.4-p6/stage2.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm configure Makefile.in */Makefile.in
|
||||
autoconf-2.52
|
||||
automake-1.4
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# cleanup old manual install
|
||||
rm ${PREFIX}/bin/automake-1.4
|
||||
rm -rf ${PREFIX}/share/automake-1.4
|
||||
|
||||
default_src_install
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue