dev-qt/qttest: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / net-analyzer / lft / lft-3.79.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Layer Four Traceroute (LFT) and WhoB"
7 HOMEPAGE="http://pwhois.org/lft/"
8 SRC_URI="http://pwhois.org/get/${P}.tar.gz"
9
10 LICENSE="VOSTROM"
11 SLOT="0"
12 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
13
14 DEPEND="
15         net-libs/libpcap
16 "
17 RDEPEND="
18         ${DEPEND}
19 "
20
21 DOCS=( CHANGELOG README TODO )
22
23 src_prepare() {
24         default
25         sed -i Makefile.in -e 's:strip:true:g' || die
26 }