]> git.pld-linux.org Git - packages/aircrack-ng.git/blame - aircrack-ng.spec
- version 1.1
[packages/aircrack-ng.git] / aircrack-ng.spec
CommitLineData
8ac129fd 1#
2# TODO:
3# - PLD it more
4# - Find more deps
fdaae083 5# - optflags
74b62dd0 6# - cflags
7# - sbin/bin - change to bin?
a181b2f8 8# - package airdrop-ng and airgraph-ng
8ac129fd 9#
10Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
1b61970c 11Summary(pl.UTF-8): Pewny sniffer 802.11 (sieci bezprzewodowe) i łamacz kluczy WEP/WPA-PSK
8ac129fd 12Name: aircrack-ng
a181b2f8 13Version: 1.1
14Release: 1
8ac129fd 15License: GPL
16Group: Applications/Networking
de49c55d 17Source0: http://download.aircrack-ng.org/%{name}-%{version}.tar.gz
a181b2f8 18# Source0-md5: f7a24ed8fad122c4187d06bfd6f998b4
74b62dd0 19Patch0: %{name}-mandir.patch
fdaae083 20URL: http://www.aircrack-ng.org/
8b33c69f 21BuildRequires: openssl-devel
8ac129fd 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25aircrack-ng is a set of tools for auditing wireless networks. It's an
26enhanced/reborn version of aircrack. It consists of airodump-ng (an
27802.11 packet capture program), aireplay-ng (an 802.11 packet
28injection program), aircrack (static WEP and WPA-PSK cracking),
29airdecap-ng (decrypts WEP/WPA capture files), and some tools to handle
30capture files (merge, convert, etc.).
31
00504ee3
JR
32%description -l pl.UTF-8
33aircrack-ng jest zestawem narzędzi do audytów sieci bezprzewodowych.
34Jest to ulepszona/odnowiona wersja aircracka. Składa sie z programów
35airodump-ng (do przechwytywania pakietów 802.11), aireplay-ng (do
36wstrzykiwania pakietów 802.11), aircrack (do statycznego łamania WEP i
37WPA-PSK), airdecap-ng (do odszyfrowywania przechwyconych plików
38WEP/WPA) i paru narzędzi do obsługi plików przechwytów (merge,
fdaae083 39convert, etc.).
8ac129fd 40
41%prep
de49c55d 42%setup -q
74b62dd0 43%patch0 -p1
8ac129fd 44
eaff7cfd
AM
45sed -i -e 's#-Werror -O3#$(PLDFLAGS)#g' common.mak
46
8ac129fd 47%build
69aba94a 48%{__make} \
eaff7cfd
AM
49 CC="%{__cc}" \
50 PLDFLAGS="%{rpmcppflags} %{rpmcflags}"
8ac129fd 51
52%install
53rm -rf $RPM_BUILD_ROOT
fdaae083 54install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
8ac129fd 55
74b62dd0 56%{__make} install \
57 prefix=%{_prefix} \
58 DESTDIR=$RPM_BUILD_ROOT
8ac129fd 59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
69aba94a 65%doc AUTHORS ChangeLog README test patches
a181b2f8 66%attr(755,root,root) %{_bindir}/*
67%attr(755,root,root) %{_sbindir}/*
68%{_mandir}/man1/*
This page took 0.151034 seconds and 4 git commands to generate.