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