]> git.pld-linux.org Git - packages/airsnort.git/blob - airsnort.spec
- rel 1
[packages/airsnort.git] / airsnort.spec
1 Summary:        802.11 WEP Encryption Cracking Tool
2 Summary(pl.UTF-8):      Program do łamania szyfrowania WEP dla protokołu 802.11
3 Name:           airsnort
4 Version:        0.2.7e
5 Release:        1
6 License:        GPL v2
7 Group:          Networking
8 Source0:        http://dl.sourceforge.net/airsnort/%{name}-%{version}.tar.gz
9 # Source0-md5:  8f852bd872fa7d352c14781010c25ef4
10 URL:            http://airsnort.shmoo.com/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+2-devel
14 BuildRequires:  libpcap-devel
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys.
20 It operates by passively monitoring transmissions, computing the
21 encryption key when enough packets have been gathered.
22
23 %description -l pl.UTF-8
24 AirSnort jest narzędziem dla sieci bezprzewodowych (WLAN) pozwalającym
25 na uzyskiwanie kluczy szyfrowania. Działa pasywnie monitorując
26 transmisję i obliczając klucz po przechwyceniu wystarczającej ilości
27 pakietów.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog README README.decrypt TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.10564 seconds and 3 git commands to generate.