diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-04 23:18:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-04 23:18:30 +0000 |
commit | ae4746b60706abef43c57d3fe5d1fe6cc8a3257c (patch) | |
tree | 995d06633df9e362527048c02355573addfa4518 /net-analyzer/nttcp | |
parent | changed amd64 to ~amd64 since lua dep is still unstable (Manifest recommit) (diff) | |
download | gentoo-2-ae4746b60706abef43c57d3fe5d1fe6cc8a3257c.tar.gz gentoo-2-ae4746b60706abef43c57d3fe5d1fe6cc8a3257c.tar.bz2 gentoo-2-ae4746b60706abef43c57d3fe5d1fe6cc8a3257c.zip |
New package for nttcp (New TTCP)
Diffstat (limited to 'net-analyzer/nttcp')
-rw-r--r-- | net-analyzer/nttcp/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/nttcp/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/nttcp/files/digest-nttcp-1.47 | 1 | ||||
-rw-r--r-- | net-analyzer/nttcp/nttcp-1.47.ebuild | 24 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net-analyzer/nttcp/ChangeLog b/net-analyzer/nttcp/ChangeLog new file mode 100644 index 000000000000..d807194764df --- /dev/null +++ b/net-analyzer/nttcp/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-analyzer/nttcp +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.1 2004/03/04 23:18:30 agriffis Exp $ + +*nttcp-1.47 (04 Mar 2004) + + 04 Mar 2004; <agriffis@gentoo.org> nttcp-1.47.ebuild: + New package for nttcp (New TTCP) + diff --git a/net-analyzer/nttcp/Manifest b/net-analyzer/nttcp/Manifest new file mode 100644 index 000000000000..1dd35c29a791 --- /dev/null +++ b/net-analyzer/nttcp/Manifest @@ -0,0 +1,2 @@ +MD5 d9e51c569700084f8f502f8fedd12bd5 nttcp-1.47.ebuild 641 +MD5 6c2697ebc2bd546421ac2cf4b06cff96 files/digest-nttcp-1.47 61 diff --git a/net-analyzer/nttcp/files/digest-nttcp-1.47 b/net-analyzer/nttcp/files/digest-nttcp-1.47 new file mode 100644 index 000000000000..362b46cf9203 --- /dev/null +++ b/net-analyzer/nttcp/files/digest-nttcp-1.47 @@ -0,0 +1 @@ +MD5 05cc30409e6f2cb8cfdf40334d1dcd77 nttcp-1.47.tar.gz 25693 diff --git a/net-analyzer/nttcp/nttcp-1.47.ebuild b/net-analyzer/nttcp/nttcp-1.47.ebuild new file mode 100644 index 000000000000..0e4fec67aebf --- /dev/null +++ b/net-analyzer/nttcp/nttcp-1.47.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.1 2004/03/04 23:18:30 agriffis Exp $ + +inherit gcc + +DESCRIPTION="New version of ttcp -- Tool to test TCP and UDP throughput" +HOMEPAGE="http://www.leo.org/~elmar/nttcp/" +SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ia64" + +DEPEND="virtual/glibc" + +src_compile() { + emake ARCH= CC="${CC}" OPT="${CFLAGS}" || die "build failed" +} + +src_install() { + dobin nttcp + doman nttcp.1 +} |