# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="Application Layer DoS attack simulator" HOMEPAGE="http://code.google.com/p/slowhttptest" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="Apache License 2.0" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_install() { dobin src/slowhttptest }