]> git.pld-linux.org Git - packages/airsnort.git/blame - airsnort.spec
- added includes patch to build with current llh
[packages/airsnort.git] / airsnort.spec
CommitLineData
e36d6057 1Summary: 802.11 WEP Encryption Cracking Tool
5a443147 2Summary(pl.UTF-8): Program do łamania szyfrowania WEP dla protokołu 802.11
6c629823 3Name: airsnort
b9f42497 4Version: 0.2.7e
0bf4e368 5Release: 2
b9f42497 6License: GPL v2
e36d6057 7Group: Networking
9b4d1e94 8Source0: http://dl.sourceforge.net/airsnort/%{name}-%{version}.tar.gz
b9f42497 9# Source0-md5: 8f852bd872fa7d352c14781010c25ef4
a763198e 10Patch0: %{name}-includes.patch
e36d6057 11URL: http://airsnort.shmoo.com/
d55bdd52
JB
12BuildRequires: autoconf
13BuildRequires: automake
6100c18f 14BuildRequires: gtk+2-devel
e36d6057 15BuildRequires: libpcap-devel
531a7a6a 16BuildRequires: pkgconfig
e36d6057 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
e36d6057 19%description
20AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys.
21It operates by passively monitoring transmissions, computing the
22encryption key when enough packets have been gathered.
23
ea4592f5
JR
24%description -l pl.UTF-8
25AirSnort jest narzędziem dla sieci bezprzewodowych (WLAN) pozwalającym
26na uzyskiwanie kluczy szyfrowania. Działa pasywnie monitorując
27transmisję i obliczając klucz po przechwyceniu wystarczającej ilości
28pakietów.
e36d6057 29
30%prep
31%setup -q
a763198e 32%patch0 -p1
e36d6057 33
34%build
e36d6057 35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
e36d6057 44
dc7f5f9b
PG
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
e36d6057 47
48%clean
49rm -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}/*
6c629823 55%{_mandir}/man1/*
This page took 0.077364 seconds and 4 git commands to generate.