summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-03-17 19:40:39 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-03-17 19:40:39 +0000
commitb31bd40bb6631f05076bc1d847976e09e043e683 (patch)
treeffeb6ea01b7ff3d7302fded6b60470d6f60bcecf /net-analyzer/dosdetector/dosdetector-20060621.ebuild
parentMigrate to splitted ant. (diff)
downloadgentoo-2-b31bd40bb6631f05076bc1d847976e09e043e683.tar.gz
gentoo-2-b31bd40bb6631f05076bc1d847976e09e043e683.tar.bz2
gentoo-2-b31bd40bb6631f05076bc1d847976e09e043e683.zip
No need to set S, use emake install instead of einstall, mark x86 stable.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/dosdetector/dosdetector-20060621.ebuild')
-rw-r--r--net-analyzer/dosdetector/dosdetector-20060621.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-analyzer/dosdetector/dosdetector-20060621.ebuild b/net-analyzer/dosdetector/dosdetector-20060621.ebuild
index 7fff456039e9..5242981fc0b0 100644
--- a/net-analyzer/dosdetector/dosdetector-20060621.ebuild
+++ b/net-analyzer/dosdetector/dosdetector-20060621.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.2 2006/10/15 12:30:19 tcort Exp $
+# $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"
@@ -9,14 +9,12 @@ SRC_URI="http://darkzone.ma.cx/resources/unix/dosdetector/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="net-libs/libpcap"
RDEPEND=""
-S=${WORKDIR}/${P}
-
src_install() {
- einstall || die "einstall failed"
+ emake DESTDIR="${D}" install || die "install failed"
}