mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
GNU Automake 1.10.3
This commit is contained in:
parent
89ce000143
commit
70fca7a31e
7 changed files with 66 additions and 0 deletions
21
sysa/automake-1.10.3/automake-1.10.3.sh
Executable file
21
sysa/automake-1.10.3/automake-1.10.3.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() {
|
||||
default_src_prepare
|
||||
|
||||
autoreconf-2.61 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure CC=tcc --prefix=/after
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue