net-analyzer/arping: Add live ebuild.

Package-Manager: portage-2.2.24
This commit is contained in:
Jeroen Roovers
2015-11-10 06:53:31 +01:00
parent 9196c362d3
commit 32582f6f6f
2 changed files with 29 additions and 0 deletions

View File

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools eutils fcaps git-r3
DESCRIPTION="ARP Ping"
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
EGIT_REPO_URI="https://github.com/ThomasHabets/arping"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS=""
DEPEND="
net-libs/libpcap
net-libs/libnet:1.1
"
RDEPEND="
${DEPEND}
!net-misc/iputils[arping(+)]
"
FILECAPS=( cap_net_raw /usr/sbin/arping )
src_prepare() {
eautoreconf
}