diff options
author | 2005-06-04 19:28:50 +0000 | |
---|---|---|
committer | 2005-06-04 19:28:50 +0000 | |
commit | e936d52e40474136775f3a1c3ac79647d0413cc9 (patch) | |
tree | c26153cf688488c715a2ed445b3af1dea2f5c65e /net-analyzer/thrulay/thrulay-0.6.ebuild | |
parent | Removing obsolete ebuild/patch. (diff) | |
download | gentoo-2-e936d52e40474136775f3a1c3ac79647d0413cc9.tar.gz gentoo-2-e936d52e40474136775f3a1c3ac79647d0413cc9.tar.bz2 gentoo-2-e936d52e40474136775f3a1c3ac79647d0413cc9.zip |
Initial commit. Ebuild by Robin Johnson <robbat2@gentoo.org>.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/thrulay/thrulay-0.6.ebuild')
-rw-r--r-- | net-analyzer/thrulay/thrulay-0.6.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-analyzer/thrulay/thrulay-0.6.ebuild b/net-analyzer/thrulay/thrulay-0.6.ebuild new file mode 100644 index 000000000000..71e8541cf995 --- /dev/null +++ b/net-analyzer/thrulay/thrulay-0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thrulay/thrulay-0.6.ebuild,v 1.1 2005/06/04 19:28:50 robbat2 Exp $ + +DESCRIPTION="Measure the capacity of a network by sending a bulk TCP stream over it." +HOMEPAGE="http://www.internet2.edu/~shalunov/thrulay/" +SRC_URI="${HOMEPAGE}${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" +#RDEPEND="" + +src_compile() { + emake OPT="${CFLAGS}" +} + +src_install() { + dobin thrulay + dosbin thrulayd + dodoc LICENSE README TODO thrulay-protocol.txt + newinitd ${FILESDIR}/thrulayd-init.d thrulayd + newconfd ${FILESDIR}/thrulayd-conf.d thrulayd +} |