]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff.spec
0fa5b796db36e7fe90fcc6165235e3415dee30b4
[packages/dsniff.git] / dsniff.spec
1 Summary:        Network audit tools.
2 Name:           dsniff
3 Version:        2.2
4 Release:        1
5 License:        BSD
6 Group:          Networking/Utilities
7 Group(pl):      Sieciowe/Narzêdzia
8 URL:            http://www.monkey.org/~dugsong/
9 Source0:        %{name}-%{version}.tar.gz
10 BuildRequires:  XFree86-devel
11 BuildRequires:  libpcap-devel
12 BuildRequires:  libnids-devel
13 BuildRequires:  libnet-devel
14 BuildConflicts: cyrus-sasl-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Tools to audit network and to demonstrate the insecurity of cleartext
19 network protocols.
20 please do not abuse this software.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure \
27         --libdir=%{_datadir}/%{name}
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         install_prefix=$RPM_BUILD_ROOT
35
36 gzip -9nf README*
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README*
44 %attr(755,root,root) %{_sbindir}/*
45 %{_datadir}/%{name}/*
46 %{_mandir}/man8/*
This page took 0.052943 seconds and 3 git commands to generate.