diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | f62937cab196d3ac4f1c7cfe48733508bddb8de2 (patch) | |
tree | 9c80a9ffcaeccd18f09aa3ded1da093c3a2bab7e /net-analyzer/hogwash | |
parent | repoman'd (diff) | |
download | gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.gz gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.bz2 gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.zip |
repoman'd
Diffstat (limited to 'net-analyzer/hogwash')
-rw-r--r-- | net-analyzer/hogwash/hogwash-0.1d-r2.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild b/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild index 4b5aee485b7c..8363595834c4 100644 --- a/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild +++ b/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hogwash/hogwash-0.1d-r2.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ +S=${WORKDIR}/devel DESCRIPTION="An invisible, layer2 network packet scrubber based on snort" HOMEPAGE="http://hogwash.sourceforge.net" -SLOT="0" - -S=${WORKDIR}/devel SRC_URI="mirror://sourceforge/hogwash/hogwash-0.1.d.tgz http://hogwash.sourceforge.net/rules.2" -DEPEND="virtual/glibc - >=net-libs/libpcap-0.6.1 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=net-libs/libpcap-0.6.1 >=net-libs/libnet-1.0.2a" src_unpack() { |