gentoo-ebuilds/app-admin/cronolog/cronolog-1.6.2-r7.ebuild
Sam James 211561031e
app-admin/cronolog: Stabilize 1.6.2-r7 amd64, #932205
Signed-off-by: Sam James <sam@gentoo.org>
2024-05-19 18:08:28 +01:00

30 lines
595 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools toolchain-funcs
DESCRIPTION="Log rotation software"
HOMEPAGE="https://github.com/fordmason/cronolog"
SRC_URI="http://cronolog.org/download/${P}.tar.gz"
LICENSE="GPL-2+ Apache-1.0"
SLOT="0"
KEYWORDS="amd64 ~arm ppc x86"
PATCHES=(
"${FILESDIR}"/${PV}-patches
# rename and move into ${PV}-patches after -r3 removal
"${FILESDIR}"/${P}-umask.patch
)
src_prepare() {
default
mv configure.{in,ac} || die
eautoreconf
}
src_compile() {
emake AR="$(tc-getAR)"
}