]> git.pld-linux.org Git - packages/chopchop.git/blame - chopchop.spec
- tabs in preamble
[packages/chopchop.git] / chopchop.spec
CommitLineData
b9b04058 1# TODO: optflags
f17a1617 2Summary: WEP cracker which uses the AP to decipher packets
c82424a4 3Summary(pl.UTF-8): Łamacz WEP-a używający AP do odszyfrowywania pakietów
f17a1617
GS
4Name: chopchop
5Version: 0.1
6Release: 0.1
7License: GPL v2
8Group: Networking
8a28e853 9# http://www.netstumbler.org/attachment.php?s=dc6863691ec47fcc72b51c473413807d&attachmentid=2598
f17a1617
GS
10Source0: %{name}-%{version}.zip
11# Source0-md5: c5f97976238058c9de96266e23a6f7e2
8a28e853 12URL: http://www.netstumbler.org/showthread.php?t=12489
f17a1617 13BuildRequires: libpcap-devel
6cd93ef7 14BuildRequires: unzip
f17a1617
GS
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
c95c37a4
SP
18WEP cracker which uses the AP to decipher packets. Easiest one are
19ARP's. Takes 10-20s.
f17a1617 20
eb20b0b6
JR
21%description -l pl.UTF-8
22Łamacz WEP-a używający AP do odszyfrowywania pakietów. Najłatwiejsze
b9b04058
JB
23to ARP. Zajmuje to 10-20s.
24
f17a1617
GS
25%prep
26%setup -q
27
28%build
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
f17a1617 33install -d $RPM_BUILD_ROOT%{_bindir}
b9b04058 34
f17a1617
GS
35install chopchop $RPM_BUILD_ROOT%{_bindir}
36
37%clean
38rm -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.078798 seconds and 4 git commands to generate.