Install this version:
emerge -a =app-antivirus/malheur-0.5.4
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Malware analysis tool"
HOMEPAGE="https://github.com/rieck/malheur"
SRC_URI="https://github.com/rieck/malheur/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE="openmp"
RDEPEND="
app-arch/libarchive:*
dev-libs/libconfig:*
dev-libs/uthash
openmp? ( sys-devel/gcc[openmp] )"
PATCHES=(
"${FILESDIR}/${P}-gzfile-pointer.patch"
)
src_prepare() {
eautoreconf
default
}
src_configure() {
econf $(use_enable openmp)
}
src_install() {
default
keepdir /var/lib/malheur
}
Manage flags for this package:
euse -i <flag> -p app-antivirus/malheur |
euse -E <flag> -p app-antivirus/malheur |
euse -D <flag> -p app-antivirus/malheur
app-arch/libarchive:* dev-libs/libconfig:* dev-libs/uthash openmp? ( sys-devel/gcc[openmp] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | malheur-0.5.4.tar.gz | 96173 bytes | https://github.com/rieck/malheur/archive/0.5.4.tar.gz |