From 0a5812886ebac9cc73d5c8e105f960b597465e51 Mon Sep 17 00:00:00 2001 From: Michael Imhof Date: Sun, 19 Oct 2003 09:15:14 +0000 Subject: Initial release. Closes #20338. --- net-analyzer/netio/netio-1.23.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-analyzer/netio/netio-1.23.ebuild (limited to 'net-analyzer/netio/netio-1.23.ebuild') diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild new file mode 100644 index 000000000000..177f2e7fa9df --- /dev/null +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.1 2003/10/19 09:15:04 tantive Exp $ + +DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols." +HOMEPAGE="http://freshmeat.net/projects/netio/" +SRC_URI="http://ftp.leo.org/pub/comp/os/os2/leo/systools/netio123.zip" +LICENSE="free-noncomm" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/glibc" +RDEPEND="virtual/glibc" +S=${WORKDIR}/ + +src_compile() { + emake linux || die +} + +src_install() { + into /usr + dobin netio + + # to be sure to comply with the license statement in netio.doc, + # just install everything included in the package to doc + dodoc netio.doc FILE_ID.DIZ getopt.h netb_1_c.h netbios.h netio.c\ + getopt.o netb_2_c.h netbios.o netio.doc getopt.c Makefile netbios.c\ + netio netio.o + + # also install binaries for other platforms than linux + dodoc bin/os2-i386.exe bin/win32-i386.exe +} -- cgit v1.2.3-65-gdbad