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