live-bootstrap/sysa/automake-1.10.3/automake-1.10.3.sh

24 lines
376 B
Bash
Raw Normal View History

2021-03-25 20:39:08 +00:00
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
2021-03-25 20:39:08 +00:00
2021-05-23 21:23:53 +01:00
rm doc/amhello-1.0.tar.gz
./bootstrap
2021-03-25 20:39:08 +00:00
}
src_configure() {
./configure CC=tcc --prefix=/after
}
src_compile() {
make MAKEINFO=true CC=tcc
2021-03-25 20:39:08 +00:00
}
src_install() {
make install MAKEINFO=true DESTDIR="${DESTDIR}"
2021-03-25 20:39:08 +00:00
}