net-analyzer/arptools - 1.0.2-r1 (gentoo)

Search

Package Information

Description:
Collection of libnet and libpcap based ARP utilities
Homepage:
https://github.com/burghardt/arptools
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.0.2-r1 8 ~amd64 ~ppc ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Collection of libnet and libpcap based ARP utilities"
HOMEPAGE="https://github.com/burghardt/arptools"
SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

DEPEND="
	net-libs/libnet:1.1
	net-libs/libpcap
"
RDEPEND="${DEPEND}"

DOCS=( AUTHORS ChangeLog NEWS README TODO )

Dependencies

DEPEND

	net-libs/libnet:1.1
	net-libs/libpcap

RDEPEND

	net-libs/libnet:1.1
	net-libs/libpcap