mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-analyzer/hunt: Old.
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="tool for checking well known weaknesses in the TCP/IP protocol"
|
||||
HOMEPAGE="http://lin.fsid.cvut.cz/~kra/index.html"
|
||||
SRC_URI="http://lin.fsid.cvut.cz/~kra/hunt/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-exit.patch \
|
||||
"${FILESDIR}"/${P}-flags.patch \
|
||||
"${FILESDIR}"/${P}-log2.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC=$(tc-getCC)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin hunt
|
||||
doman man/hunt.1
|
||||
dodoc CHANGES README* TODO tpsetup/transproxy
|
||||
}
|
||||
Reference in New Issue
Block a user