summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-09-06 23:34:15 +0000
committerChuck Short <zul@gentoo.org>2003-09-06 23:34:15 +0000
commit09531298b4551aeadc016a34c661fab9e19dda32 (patch)
tree910b920ab0a44f426e8a5a702c3e14ff7783194f /net-analyzer/bing/bing-1.1.3.ebuild
parentInitial version, closes #28056. (diff)
downloadgentoo-2-09531298b4551aeadc016a34c661fab9e19dda32.tar.gz
gentoo-2-09531298b4551aeadc016a34c661fab9e19dda32.tar.bz2
gentoo-2-09531298b4551aeadc016a34c661fab9e19dda32.zip
Initial version, closes #28056.
Diffstat (limited to 'net-analyzer/bing/bing-1.1.3.ebuild')
-rw-r--r--net-analyzer/bing/bing-1.1.3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-analyzer/bing/bing-1.1.3.ebuild b/net-analyzer/bing/bing-1.1.3.ebuild
new file mode 100644
index 000000000000..cbbba55bdcc3
--- /dev/null
+++ b/net-analyzer/bing/bing-1.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.1 2003/09/06 23:33:49 zul Exp $
+
+
+DESCRIPTION="A point-to-point bandwidth measurement tool."
+SRC_URI="http://distro.ibiblio.org/pub/Linux/distributions/debian/pool/main/b/bing/${PN}_1.1.3.orig.tar.gz"
+HOMEPAGE="http://www.cnam.fr/reseau/bing.html"
+
+KEYWORDS="~x86 ~sparc"
+SLOT="0"
+LICENSE="as-is"
+IUSE=""
+
+DEPEND="virtual/glibc"
+RDEPEND=""
+
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ cp Makefile Makefile.orig
+ sed -e "s:#COPTIM = -g: COPTIM = ${CLFAGS}:" Makefile.orig > Makefile
+ emake || die
+}
+
+src_install() {
+ dobin bing
+ doman unix/bing.8
+ dodoc ChangeLog Readme.1st Readme
+}