]> git.pld-linux.org Git - packages/WEPCrack.git/blob - WEPCrack.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/WEPCrack.git] / WEPCrack.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Tool that cracks 802.11 WEP encryption keys
3 Summary(pl.UTF-8):      Program do łamania szyfrowania WEP dla protokołu 802.11
4 Name:           WEPCrack
5 Version:        0.1.0
6 Release:        2
7 License:        GPL
8 Group:          Networking
9 Source0:        http://dl.sourceforge.net/wepcrack/%{name}-%{version}.tar.gz
10 # Source0-md5:  bbab3f07c8b47ac275459320f698711a
11 URL:            http://sourceforge.net/projects/wepcrack/
12 BuildRequires:  rpm-perlprov
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 WEPCrack is a tool that cracks 802.11 WEP encryption keys using the
18 latest discovered weakness of RC4 key scheduling.
19
20 %description -l pl.UTF-8
21 WEPCrack to program do łamania szyfrowania WEP dla protokołu 802.11,
22 przy użyciu luki znalezionej w kluczach RC4.
23
24 %prep
25 %setup -q -c
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30
31 install pcap-getIV.pl WeakIVGen.pl WEPCrack.pl $RPM_BUILD_ROOT%{_bindir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %attr(755,root,root) %{_bindir}/*
This page took 0.064183 seconds and 3 git commands to generate.