]> git.pld-linux.org Git - packages/airsnort.git/blame_incremental - airsnort.spec
- added includes patch to build with current llh
[packages/airsnort.git] / airsnort.spec
... / ...
CommitLineData
1Summary: 802.11 WEP Encryption Cracking Tool
2Summary(pl.UTF-8): Program do łamania szyfrowania WEP dla protokołu 802.11
3Name: airsnort
4Version: 0.2.7e
5Release: 2
6License: GPL v2
7Group: Networking
8Source0: http://dl.sourceforge.net/airsnort/%{name}-%{version}.tar.gz
9# Source0-md5: 8f852bd872fa7d352c14781010c25ef4
10Patch0: %{name}-includes.patch
11URL: http://airsnort.shmoo.com/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: gtk+2-devel
15BuildRequires: libpcap-devel
16BuildRequires: pkgconfig
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
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
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.
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
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
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}/*
55%{_mandir}/man1/*
This page took 0.107082 seconds and 4 git commands to generate.