malheur: update links, fix metadata.missing

This commit is contained in:
Yury Martynov 2019-11-11 21:54:57 +03:00
parent 2e11b3d363
commit 1455e89f58
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
4 changed files with 45 additions and 25 deletions

View file

@ -1 +1 @@
DIST malheur-0.5.4.tar.gz 551306 SHA256 bb3db24ceb168a4ff7687bd7d877b71a411226d83905158d3b5d10be38c9b052 SHA512 c2589d719b546320722ae73e38ca8e8b001443f4c00aa9fa58a4e73649cf70d386235a59e839ede0502645bac5141b23dd652f8fac8f7597976a3dc7472272d7 WHIRLPOOL cc7c7eaf30a4f82984fd8bdcf9678ebbb7e82e07fd3fe4d1020845216c9f69d9041379987da42c5ad43ba341345cc33b0d67764f49bee26a2068691b5b5f5749
DIST malheur-0.5.4.tar.gz 96173 BLAKE2B 55d919fe860838391652f924aab5bd739694a402351f35da256c3b8f34696a97de0e0f65cb58916a497aa071ff662accd07402af20913904a1b54129a09bfb1e SHA512 08cc72b9edd182fe4475e94c3b1a6458db93af2c18bb61fe430c2e1dc0b21616064374e5be5bf7fa06b38f8dbc615f15c6e65b9bc7d0f102706bbd9a191a848a

View file

@ -0,0 +1,36 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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"
DEPEND=""
RDEPEND="
app-arch/libarchive:*
dev-libs/libconfig:*
dev-libs/uthash
openmp? ( sys-devel/gcc[openmp] )"
src_prepare() {
eautoreconf
default
}
src_configure() {
econf $(use_enable openmp)
}
src_install() {
default
keepdir /var/lib/malheur
}

View file

@ -1,24 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Malware analysis tool"
HOMEPAGE="http://www.mlsec.org/malheur/"
SRC_URI="http://www.mlsec.org/malheur/files/$PN-$PV.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE="openmp"
DEPEND=""
RDEPEND=">=dev-libs/libconfig-1.3.2
>=app-arch/libarchive-3.0.4
dev-libs/uthash
openmp? ( sys-devel/gcc[openmp] )"
src_configure() {
econf\
$(use_enable openmp)
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>