summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/dosdetector/dosdetector-20060621.ebuild')
-rw-r--r--net-analyzer/dosdetector/dosdetector-20060621.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-analyzer/dosdetector/dosdetector-20060621.ebuild b/net-analyzer/dosdetector/dosdetector-20060621.ebuild
new file mode 100644
index 000000000000..b49bea9771e4
--- /dev/null
+++ b/net-analyzer/dosdetector/dosdetector-20060621.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 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.1 2006/10/08 14:18:08 jokey 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="~x86"
+IUSE=""
+
+DEPEND="net-libs/libpcap"
+RDEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_install() {
+ einstall || die "einstall failed"
+}