# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools DESCRIPTION="Additional autoconf macro used by Courier/Cone to install configuration files" HOMEPAGE="https://www.courier-mta.org/donwloads.html" SRC_URI="mirror://sourceforge/courier/sysconftool-${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/sysconftool-${PV}" src_prepare() { default eautoreconf } src_configure() { econf } src_install() { default }