summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ttcp/ttcp-1.12.ebuild')
-rw-r--r--net-analyzer/ttcp/ttcp-1.12.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild
deleted file mode 100644
index c181d692fc24..000000000000
--- a/net-analyzer/ttcp/ttcp-1.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.19 2012/10/12 10:16:50 pinkbyte Exp $
-
-inherit toolchain-funcs eutils
-
-IUSE=""
-DESCRIPTION="Tool to test TCP and UDP throughput"
-HOMEPAGE="http://ftp.arl.mil/~mike/ttcp.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- use amd64 && epatch ${FILESDIR}/ttcp-1.12-amd64.patch
-}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} -o ttcp sgi-ttcp.c || die "compile failed"
-}
-
-src_install() {
- dobin ttcp
- newman sgi-ttcp.1 ttcp.1
-}