From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- net-analyzer/lft/lft-3.91-r1.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net-analyzer/lft/lft-3.91-r1.ebuild (limited to 'net-analyzer/lft/lft-3.91-r1.ebuild') diff --git a/net-analyzer/lft/lft-3.91-r1.ebuild b/net-analyzer/lft/lft-3.91-r1.ebuild new file mode 100644 index 000000000000..576eb0a3cc0b --- /dev/null +++ b/net-analyzer/lft/lft-3.91-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Layer Four Traceroute (LFT) and WhoB" +HOMEPAGE="http://pwhois.org/lft/" +SRC_URI="http://pwhois.org/get/${P}.tar.gz" + +LICENSE="VOSTROM" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +DEPEND=" + net-libs/libpcap +" +RDEPEND=" + ${DEPEND} +" +DOCS=( CHANGELOG README TODO ) +PATCHES=( + "${FILESDIR}"/${PN}-3.91-strip.patch +) + +src_prepare() { + sed -i \ + -e 's|_BSD_SOURCE|_DEFAULT_SOURCE|g' \ + configure config/acconfig.h.in || die + default +} -- cgit v1.2.3