diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:11:21 -0500 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:11:21 -0500 |
commit | fac6c471ad94eff89614334dd65a5bb47d46cb3f (patch) | |
tree | 83244602b5e81b391a77fe21b1b5fc2d6e615a81 /app-benchmarks/autobench | |
parent | add eucatools 1.3.1 ebuild (diff) | |
download | jtriley-fac6c471ad94eff89614334dd65a5bb47d46cb3f.tar.gz jtriley-fac6c471ad94eff89614334dd65a5bb47d46cb3f.tar.bz2 jtriley-fac6c471ad94eff89614334dd65a5bb47d46cb3f.zip |
add autobench 2.1.2 ebuild
Diffstat (limited to 'app-benchmarks/autobench')
-rw-r--r-- | app-benchmarks/autobench/autobench-2.1.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-benchmarks/autobench/autobench-2.1.2.ebuild b/app-benchmarks/autobench/autobench-2.1.2.ebuild new file mode 100644 index 0000000..fadd999 --- /dev/null +++ b/app-benchmarks/autobench/autobench-2.1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +DESCRIPTION="A tool for automating the process of benchmarking a web server" +HOMEPAGE="http://www.xenoclast.org/autobench/" +SRC_URI="http://www.xenoclast.org/autobench/downloads/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="" +RDEPEND="dev-lang/perl + app-benchmarks/httperf" + +src_install() { + dobin autobench autobench_admin autobenchd bench2graph crfile sesslog + doman autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 crfile.1 sesslog.1 + dodoc ChangeLog README + insinto /etc + doins autobench.conf +} |