From 5184743a1b8f4711be1a7b59bb74579b0f883413 Mon Sep 17 00:00:00 2001 From: openmamba WebBuild System Date: Fri, 5 Jan 2024 20:33:49 +0100 Subject: [PATCH] package created by stefano using the webbuild interface [release 1.9-1mamba;Thu Sep 12 2013] --- README.md | 2 ++ arp-scan.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 arp-scan.spec diff --git a/README.md b/README.md index 0a73ca1..4c35263 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # arp-scan +Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network. + diff --git a/arp-scan.spec b/arp-scan.spec new file mode 100644 index 0000000..11f064d --- /dev/null +++ b/arp-scan.spec @@ -0,0 +1,46 @@ +Name: arp-scan +Version: 1.9 +Release: 1mamba +Summary: ARP scanning and fingerprinting tool +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: openmamba WebBuild System +URL: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan +Source: http://www.nta-monitor.com/files/arp-scan/arp-scan-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libpcap-devel +BuildRequires: perl-devel +BuildRequires: perl-libwww +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/* +%{_datadir}/%{name} +%{_mandir}/man?/* +%doc AUTHORS COPYING ChangeLog NEWS + +%changelog +* Thu Sep 12 2013 openmamba WebBuild System 1.9-1mamba +- package created by stefano using the webbuild interface