]> git.pld-linux.org Git - SPECS.git/blob - ssidsniff.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / ssidsniff.spec
1 Summary:        Wireless network audit tools
2 Summary(pl.UTF-8):      Narzędzia do audytu sieci bezprzewodowych
3 Name:           ssidsniff
4 Version:        0.53
5 Release:        3
6 License:        GPL v2
7 Group:          Networking/Utilities
8 Source0:        http://www.bastard.net/~kos/wifi/%{name}-%{version}.tar.gz
9 # Source0-md5:  fefdb94e5c5ca4a8085b8531a679638c
10 Patch0:         %{name}-ncurses.patch
11 URL:            http://www.bastard.net/~kos/wifi/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libpcap-devel >= 2:0.7.1
15 BuildRequires:  ncurses-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A curses based tool that allows identification, classification and
20 data capturing of wireless networks. The interface is inspired from
21 the unix top(1) utility.
22
23 %description -l pl.UTF-8
24 Oparte na curses narzędzie pozwalające na identyfikację, klasyfikację
25 i wychwytywanie danych z sieci bezprzewodowych. Interfejs jest
26 zainspirowany uniksowym narzędziem top(1).
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure \
38         --with-libcurses=/usr/include/ncurses
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man8/*
This page took 0.952359 seconds and 3 git commands to generate.