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