net-analyzer/thc-ssl-dos - 1.4 (ago)

Search

Package Information

Description:
Tool to DoS
Homepage:
http://www.thc.org
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.4 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8

inherit autotools

DESCRIPTION="Tool to DoS"
HOMEPAGE="http://www.thc.org"
SRC_URI="https://gitlab.com/kalilinux/packages/${PN}/-/archive/upstream/${PV}/${PN}-upstream-${PV}.tar.gz"

SLOT="0"
KEYWORDS="~amd64"
LICENSE="GPL-2+"
IUSE=""
S="${WORKDIR}/${PN}-upstream-${PV}"

DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i \
		-e "s: /usr/local/lib::" \
		-e "/CFLAGS/d" \
		configure.in || die

	eautoreconf
	default
}

Dependencies

DEPEND

dev-libs/openssl

RDEPEND

dev-libs/openssl

Manifest for 1.4

Type File Size Source URLs
DIST thc-ssl-dos-upstream-1.4.tar.gz 111260 bytes https://gitlab.com/kalilinux/packages/thc-ssl-dos/-/archive/upstream/1.4/thc-ssl-dos-upstream-1.4.tar.gz