net-analyzer/maketh - 0.2.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/maketh-0.2.0

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

autounmask =net-analyzer/maketh-0.2.0

Or alternatively:

emerge --autounmask-write -a =net-analyzer/maketh-0.2.0

Package Information

Description:
Ethernet packet injector and creator
Homepage:
http://simpp-kode.tuxfamily.org/maketh/index.html
License:
GPL-3

Ebuild Details

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

EAPI=8

DESCRIPTION="Ethernet packet injector and creator"
HOMEPAGE="http://simpp-kode.tuxfamily.org/maketh/index.html"
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	DESTDIR="${D}" emake -j1 install || die "install failed"
	dodoc README NEWS ChangeLog INSTALL BUG
}

Manifest for 0.2.0

Type File Size Source URLs
DIST maketh-0.2.0.tar.gz 96102 bytes https://dl.packetstormsecurity.net/UNIX/scanners/maketh-0.2.0.tar.gz