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 | 61fd1bd203b35a08fb758d621edcdc1ba04881a6 (patch) | |
tree | 78c703af1b0d5d0edd5ae4ca9fca8da9e8f913b8 /net-analyzer/hping | |
parent | repoman'd (diff) | |
download | historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.gz historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.bz2 historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.zip |
repoman'd
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild index 75a5a205c0a6..86bf01a6ccfd 100644 --- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.2 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -8,13 +8,14 @@ S=${WORKDIR}/hping2 DESCRIPTION="hping is a command-line oriented TCP/IP packet assembler/analyzer whose interface is inspired by the unix ping command" SRC_URI="http://www.hping.org/hping2.0.0-rc1.tar.gz" HOMEPAGE="http://www.hping.org" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="net-libs/libpcap" src_compile() { - cd ${S} - ./configure || die make CCOPT="$CFLAGS" || die make strip |