]> git.pld-linux.org Git - packages/chopchop.git/blob - chopchop.spec
- tabs in preamble
[packages/chopchop.git] / chopchop.spec
1 # TODO: optflags
2 Summary:        WEP cracker which uses the AP to decipher packets
3 Summary(pl.UTF-8):      Łamacz WEP-a używający AP do odszyfrowywania pakietów
4 Name:           chopchop
5 Version:        0.1
6 Release:        0.1
7 License:        GPL v2
8 Group:          Networking
9 # http://www.netstumbler.org/attachment.php?s=dc6863691ec47fcc72b51c473413807d&attachmentid=2598
10 Source0:        %{name}-%{version}.zip
11 # Source0-md5:  c5f97976238058c9de96266e23a6f7e2
12 URL:            http://www.netstumbler.org/showthread.php?t=12489
13 BuildRequires:  libpcap-devel
14 BuildRequires:  unzip
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 WEP cracker which uses the AP to decipher packets. Easiest one are
19 ARP's. Takes 10-20s.
20
21 %description -l pl.UTF-8
22 Łamacz WEP-a używający AP do odszyfrowywania pakietów. Najłatwiejsze
23 to ARP. Zajmuje to 10-20s.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install chopchop $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc DOC README patch
43 %attr(755,root,root) %{_bindir}/*
This page took 0.084786 seconds and 3 git commands to generate.