]> git.pld-linux.org Git - packages/chopchop.git/blob - chopchop.spec
4c94933840ee57a5cdd5b4a2cacdea673d94c9ca
[packages/chopchop.git] / chopchop.spec
1 # TODO: optflags
2 Summary:        WEP cracker which uses the AP to decipher packets
3 Summary(pl):    £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 Source0:        %{name}-%{version}.zip
10 # Source0-md5:  c5f97976238058c9de96266e23a6f7e2
11 BuildRequires:  libpcap-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 WEP cracker which uses the AP to decipher packets. Easiest one are
16 ARP's. Takes 10-20s.
17
18 %description -l pl
19 £amacz WEP-a u¿ywaj±cy AP do odszyfrowywania pakietów. Naj³atwiejsze
20 to ARP. Zajmuje to 10-20s.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install chopchop $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc DOC README patch
40 %attr(755,root,root) %{_bindir}/*
This page took 0.128093 seconds and 3 git commands to generate.