GNU Automake 1.12.6

This commit is contained in:
Andrius Štikonas 2021-03-31 18:21:07 +01:00
parent e2af1a44f5
commit 5692032996
6 changed files with 48 additions and 0 deletions

View 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.69 -f
}
src_configure() {
./configure --prefix=/after
}
src_compile() {
make MAKEINFO=true CC=tcc
}
src_install() {
make install MAKEINFO=true
}