summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-10-28 09:32:43 +0100
committerJeroen Roovers <jer@gentoo.org>2019-10-28 09:35:13 +0100
commit94fc26201f25f2c1390f4e46c7c94030690f88c5 (patch)
treec2b7500d47a2095529b677373e1e553e764393f3 /net-analyzer/arp-scan/arp-scan-1.9.6.ebuild
parentmedia-sound/rosegarden-19.06: bump (diff)
downloadgentoo-94fc26201f25f2c1390f4e46c7c94030690f88c5.tar.gz
gentoo-94fc26201f25f2c1390f4e46c7c94030690f88c5.tar.bz2
gentoo-94fc26201f25f2c1390f4e46c7c94030690f88c5.zip
net-analyzer/arp-scan: Version 1.9.6
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/696872 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/arp-scan/arp-scan-1.9.6.ebuild')
-rw-r--r--net-analyzer/arp-scan/arp-scan-1.9.6.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild
new file mode 100644
index 000000000000..b98d876c237a
--- /dev/null
+++ b/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="ARP scanning and fingerprinting tool"
+HOMEPAGE="https://github.com/royhills/arp-scan"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ net-libs/libpcap
+"
+RDEPEND="
+ ${DEPEND}
+ dev-lang/perl
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}