diff options
author | Chuck Short <zul@gentoo.org> | 2003-09-06 23:34:15 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-09-06 23:34:15 +0000 |
commit | 130af5ebdeac1d12791a008052cd5cb0984c7806 (patch) | |
tree | ec4c9847f7e51b3db95a3f254ccfebdd4d85447f /net-analyzer/bing | |
parent | Initial version, closes #28056. (diff) | |
download | historical-130af5ebdeac1d12791a008052cd5cb0984c7806.tar.gz historical-130af5ebdeac1d12791a008052cd5cb0984c7806.tar.bz2 historical-130af5ebdeac1d12791a008052cd5cb0984c7806.zip |
Initial version, closes #28056.
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r-- | net-analyzer/bing/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/bing/bing-1.1.3.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/bing/files/digest-bing-1.1.3 | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-analyzer/bing/Manifest b/net-analyzer/bing/Manifest index 982737d1901c..991de79d8a05 100644 --- a/net-analyzer/bing/Manifest +++ b/net-analyzer/bing/Manifest @@ -1,2 +1,3 @@ -MD5 5c329c23803a6646644e8d781e309698 bing-1.1.3.ebuild 674 +MD5 19ecb82523831c0ef02bea278efde3d1 bing-1.1.3.ebuild 769 +MD5 bf0143d9ae1977c2b1765020b93cd364 ChangeLog 337 MD5 bf66c0ba5f0a560b8714360b378c26b6 files/digest-bing-1.1.3 66 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 +} diff --git a/net-analyzer/bing/files/digest-bing-1.1.3 b/net-analyzer/bing/files/digest-bing-1.1.3 new file mode 100644 index 000000000000..5d0dc147ddf5 --- /dev/null +++ b/net-analyzer/bing/files/digest-bing-1.1.3 @@ -0,0 +1 @@ +MD5 fc19049101d37a6d24d883082ca25eb1 bing_1.1.3.orig.tar.gz 38847 |