]> git.pld-linux.org Git - packages/airsnort.git/blob - airsnort.spec
- first release, STBR
[packages/airsnort.git] / airsnort.spec
1 Summary:        802.11 WEP Encryption Cracking Tool
2 Summary(pl):    Program do ³amania szyfrowania WEP dla protoko³u 802.11
3 Name:           Airsnort
4 Version:        0.2.1b
5 Release:        0
6 License:        GPL
7 Group:          Networking
8 Source0:        %{name}-%{version}.tar.gz
9 URL:            http://airsnort.shmoo.com/
10 BuildRequires:  gtk+-devel
11 BuildRequires:  libpcap-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys.
19 It operates by passively monitoring transmissions, computing the
20 encryption key when enough packets have been gathered.
21
22 %description -l pl
23 AirSnort jest narzêdziem dla sieci bezprzewodowych (WLAN) do
24 uzyskiwania kluczy szyfrowania. Dzia³a pasywnie monitoruj±c transmisjê
25 i obliczaj±c klucz po przechwyceniu wystarczaj±cej ilo¶ci pakietów.
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
32 %{__gettextize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT
43
44 %{__make} install 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}/*
This page took 0.075066 seconds and 3 git commands to generate.