arp-scan/arp-scan.spec

51 lines
1.3 KiB
RPMSpec

Name: arp-scan
Version: 1.9.5
Release: 1mamba
Summary: ARP scanning and fingerprinting tool
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
Source: https://github.com/royhills/arp-scan.git/%{version}/arp-scan-%{version}.tar.bz2
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
autoreconf -f -i
%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
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 1.9.5-1mamba
- automatic version update by autodist
* Thu Sep 12 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.9-1mamba
- package created by stefano using the webbuild interface