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