package created by stefano using the webbuild interface [release 1.9-1mamba;Thu Sep 12 2013]
This commit is contained in:
parent
5e12e24877
commit
5184743a1b
@ -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.
|
||||
|
||||
|
46
arp-scan.spec
Normal file
46
arp-scan.spec
Normal file
@ -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 <webbuild@openmamba.org>
|
||||
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 <webbuild@openmamba.org> 1.9-1mamba
|
||||
- package created by stefano using the webbuild interface
|
Loading…
Reference in New Issue
Block a user