app-antivirus/malheur - 0.5.4 (pentoo)

Search

Install

Install this version:

emerge -a =app-antivirus/malheur-0.5.4

Package Information

Description:
Malware analysis tool
Homepage:
https://github.com/rieck/malheur
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.5.4 8 amd64 ~arm x86 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	app-arch/libarchive:*
	dev-libs/libconfig:*
	dev-libs/uthash
	openmp? ( sys-devel/gcc[openmp] )

Manifest for 0.5.4

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