# SPDX-FileCopyrightText: 2021 Andrius Štikonas # # SPDX-License-Identifier: GPL-3.0-or-later src_prepare() { rm -- configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info* AUTOCONF=autoconf-2.55 autoreconf-2.55 } src_configure() { AUTOCONF=autoconf-2.55 ./configure --prefix="${PREFIX}" } src_compile() { make MAKEINFO=true } src_install() { make install MAKEINFO=true DESTDIR="${DESTDIR}" }