diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-08 14:18:08 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-08 14:18:08 +0000 |
commit | 17966b7ad85c307ee46a03ca4cbaf999940a880b (patch) | |
tree | 80da096e53fb89bb7ae75a5df6d5963259d6e946 /net-analyzer/dosdetector/dosdetector-20060621.ebuild | |
parent | Fixed rc-addon, and added a new version with moved mute-directory. (diff) | |
download | historical-17966b7ad85c307ee46a03ca4cbaf999940a880b.tar.gz historical-17966b7ad85c307ee46a03ca4cbaf999940a880b.tar.bz2 historical-17966b7ad85c307ee46a03ca4cbaf999940a880b.zip |
Initial import wrt bug #92950
Package-Manager: portage-2.1.2_pre2-r6
Diffstat (limited to 'net-analyzer/dosdetector/dosdetector-20060621.ebuild')
-rw-r--r-- | net-analyzer/dosdetector/dosdetector-20060621.ebuild | 22 |
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" +} |