thc-ssl-dos: initial ebuild, amd64 tested

This commit is contained in:
Anton Bolshakov 2011-10-25 16:14:39 +00:00
parent 1baf0fcd00
commit ec1a25f64c
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST thc-ssl-dos-1.4.tar.gz 110988 RMD160 03972bf15ae5505101299b2db5193a9ddf54b638 SHA1 6b2deaebb220ea66a1716274a76d0aa98399e734 SHA256 ed7020c0275df347123a0b49a345aa44b2ec9b2ac9b1471870303b8b95c7ef87
EBUILD thc-ssl-dos-1.4.ebuild 459 RMD160 a314340e961b8dfb73272bdbdde77b5c90ffd773 SHA1 a23a1876b18f5ea3af2edeb5a1a8d8f0477acdfc SHA256 94a21aa75c77d9f670c676bbf45595cce55a2e43f14e659a62a9e50cf89dbbd5

View file

@ -0,0 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
DESCRIPTION="THC-SSL-DOS is a tool to verify the performance of SSL servers"
HOMEPAGE="http://www.thc.org"
SRC_URI="http://www.thc.org/thc-ssl-dos/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${RDEPEND}"
RDEPEND="dev-libs/openssl"
src_install() {
dobin src/$PN || die "installation failed"
}