]> git.pld-linux.org Git - packages/anti_sniff.git/blob - anti_sniff.spec
- tabs in preamble
[packages/anti_sniff.git] / anti_sniff.spec
1 Summary:        AntiSniff is a new class of proactive security monitoring tool
2 Summary(pl.UTF-8):      AntiSniff jest narzędziem do szukania podsłuchujących komputerów
3 Name:           anti_sniff
4 Version:        1.1.2
5 Release:        3
6 License:        Very Restrictive
7 Group:          Applications/Networking
8 Source0:        http://www.securitysoftwaretech.com/antisniff/dist/%{name}_researchv1-1-2.tar.gz
9 # Source0-md5:  0f6d71b4515eefde182516a1c5e1bf66
10 URL:            http://www.securitysoftwaretech.com/antisniff/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The Anti-Sniffer runs on a local ethernet segment and reports whether
15 machines are in promiscuous mode or not. It does this through a
16 variety of tests designed to tickle certain drivers, operating
17 systems, and hardware filtering.
18
19 %description -l pl.UTF-8
20 Antysniffer działa w lokalnym segmencie ethernetowym i sprawdza, czy
21 jakaś maszyna ma kartę sieciową w trybie promiscuous. Sprawdzanie
22 polega na przeprowadzeniu różnorodnych testów napisanych dla różnych
23 driverów, systemów operacyjnych i filtrów sprzętowych.
24
25 %prep
26 %setup -q -n %{name}
27
28 %build
29 %{__make} linux-all CFLAGS="%{rpmcflags} " CC="%{__cc}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install anti_sniffer arptest echotest etherpingtest icmptimetest \
36         watchdnstest $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LINUX_NOTES NOTES README TODO
44 %attr(755,root,root) %{_bindir}/*
This page took 0.080694 seconds and 3 git commands to generate.