Parent Directory
|
Revision Log
No need to set S, use emake install instead of einstall, mark x86 stable. (Portage version: 2.1.2.2)
| 1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 1.2 2006/10/15 12:30:19 tcort Exp $ |
| 4 | |
| 5 | DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert |
| 6 | about it" |
| 7 | HOMEPAGE="http://darkzone.ma.cx/resources/unix/dosdetector/" |
| 8 | SRC_URI="http://darkzone.ma.cx/resources/unix/dosdetector/${P}.tar.gz" |
| 9 | |
| 10 | LICENSE="BSD" |
| 11 | SLOT="0" |
| 12 | KEYWORDS="~amd64 x86" |
| 13 | IUSE="" |
| 14 | |
| 15 | DEPEND="net-libs/libpcap" |
| 16 | RDEPEND="" |
| 17 | |
| 18 | src_install() { |
| 19 | emake DESTDIR="${D}" install || die "install failed" |
| 20 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |