net-analyzer/bonesi - 9999 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/bonesi-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/bonesi-9999

Or alternatively:

emerge --autounmask-write -a =net-analyzer/bonesi-9999

Package Information

Description:
BoNeSi - the DDoS botnet simulator
Homepage:
https://github.com/Markus-Go/bonesi
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~arm ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="BoNeSi - the DDoS botnet simulator"
HOMEPAGE="https://github.com/Markus-Go/bonesi"

if [[ ${PV} == *9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Markus-Go/bonesi"
else
	SRC_URI="https://github.com/Markus-Go/bonesi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~arm ~x86"
fi

LICENSE="Apache-2.0"
SLOT="0"
IUSE=""

RDEPEND="
	net-libs/libpcap
	net-libs/libnet:*"
DEPEND="${RDEPEND}"

src_prepare(){
	eautoreconf
	eapply_user
}

Inherited Eclasses

Dependencies

DEPEND

	net-libs/libpcap
	net-libs/libnet:*

RDEPEND

	net-libs/libpcap
	net-libs/libnet:*