1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 inherit autotools git-r3 fcaps
9 DESCRIPTION
="C library and ncurses based program to generate ICMP echo requests and ping multiple hosts at once"
10 HOMEPAGE
="http://noping.cc/"
11 EGIT_REPO_URI
="https://github.com/octo/liboping"
13 LICENSE
="LGPL-2.1 GPL-2"
20 perl? ( dev-lang/perl )
24 PATCHES
=( "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch" )
33 $
(use_with perl perl-bindings INSTALLDIRS
=vendor
) \
39 find "${D}" -name '*.la' -delete || die