summaryrefslogtreecommitdiff
blob: 5242981fc0b043ab1f203fee02dc129fbc8b996c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 1.3 2007/03/17 19:40:39 vanquirius Exp $

DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert
about it"
HOMEPAGE="http://darkzone.ma.cx/resources/unix/dosdetector/"
SRC_URI="http://darkzone.ma.cx/resources/unix/dosdetector/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""

DEPEND="net-libs/libpcap"
RDEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
}