]> git.pld-linux.org Git - packages/aircrack-ng.git/blame - aircrack-ng.spec
added pldflags.patch
[packages/aircrack-ng.git] / aircrack-ng.spec
CommitLineData
8ac129fd 1#
2# TODO:
3# - PLD it more
4# - Find more deps
74b62dd0 5# - sbin/bin - change to bin?
a181b2f8 6# - package airdrop-ng and airgraph-ng
8ac129fd 7#
05fa9722
SS
8# Conditional build:
9%bcond_without sqlite # build without sqlite support
10%bcond_without pcre # build without pcre support
11%bcond_without experimental
9a781134 12%bcond_with ext_scripts # build with extra scripts (NFY)
05fa9722 13#
8ac129fd 14Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
1b61970c 15Summary(pl.UTF-8): Pewny sniffer 802.11 (sieci bezprzewodowe) i łamacz kluczy WEP/WPA-PSK
8ac129fd 16Name: aircrack-ng
083b3040
SS
17Version: 1.2
18%define subver rc2
19%define rel 0.1
20Release: %{subver}.%{rel}
8ac129fd 21License: GPL
22Group: Applications/Networking
083b3040
SS
23Source0: http://download.aircrack-ng.org/%{name}-%{version}-%{subver}.tar.gz
24# Source0-md5: ebe9d537f06f4d6956213af09c4476da
fdaae083 25URL: http://www.aircrack-ng.org/
b235dc0a 26Patch0: install.patch
f377f5bd 27Patch1: pldflags.patch
f8ad8da7 28BuildRequires: libnl-devel
8b33c69f 29BuildRequires: openssl-devel
f8ad8da7 30BuildRequires: pkgconfig
05fa9722
SS
31%{?with_pcre:BuildRequires: pcre-devel}
32%{?with_sqlite:BuildRequires: sqlite3-devel}
8ac129fd 33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36aircrack-ng is a set of tools for auditing wireless networks. It's an
37enhanced/reborn version of aircrack. It consists of airodump-ng (an
38802.11 packet capture program), aireplay-ng (an 802.11 packet
39injection program), aircrack (static WEP and WPA-PSK cracking),
40airdecap-ng (decrypts WEP/WPA capture files), and some tools to handle
41capture files (merge, convert, etc.).
42
00504ee3
JR
43%description -l pl.UTF-8
44aircrack-ng jest zestawem narzędzi do audytów sieci bezprzewodowych.
45Jest to ulepszona/odnowiona wersja aircracka. Składa sie z programów
46airodump-ng (do przechwytywania pakietów 802.11), aireplay-ng (do
47wstrzykiwania pakietów 802.11), aircrack (do statycznego łamania WEP i
48WPA-PSK), airdecap-ng (do odszyfrowywania przechwyconych plików
49WEP/WPA) i paru narzędzi do obsługi plików przechwytów (merge,
fdaae083 50convert, etc.).
8ac129fd 51
52%prep
215cb537 53%setup -q -n %{name}-%{version}-%{subver}
b235dc0a 54%patch0 -p1
f377f5bd 55%patch1 -p1
eaff7cfd 56
8ac129fd 57%build
5c6bb606 58%{__make} -j1 \
05fa9722
SS
59 %{?with_experimental: experimental=true} \
60 %{?with_ext_scripts: ext_scripts=true} \
61 %{?with_pcre: pcre=true} \
62 %{?with_sqlite: sqlite=true} \
eaff7cfd
AM
63 CC="%{__cc}" \
64 PLDFLAGS="%{rpmcppflags} %{rpmcflags}"
8ac129fd 65
66%install
67rm -rf $RPM_BUILD_ROOT
fdaae083 68install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
8ac129fd 69
74b62dd0 70%{__make} install \
05fa9722
SS
71 %{?with_experimental: experimental=true} \
72 %{?with_ext_scripts: ext_scripts=true} \
73 %{?with_pcre: pcre=true} \
74 %{?with_sqlite: sqlite=true} \
74b62dd0 75 prefix=%{_prefix} \
76 DESTDIR=$RPM_BUILD_ROOT
8ac129fd 77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%files
82%defattr(644,root,root,755)
69aba94a 83%doc AUTHORS ChangeLog README test patches
a1116914
SS
84%attr(755,root,root) %{_bindir}/aircrack-ng
85%attr(755,root,root) %{_bindir}/airdecap-ng
86%attr(755,root,root) %{_bindir}/airdecloak-ng
05fa9722 87%{?with_sqlite:%attr(755,root,root) %{_bindir}/airolib-ng}
a1116914
SS
88%attr(755,root,root) %{_bindir}/ivstools
89%attr(755,root,root) %{_bindir}/kstats
90%attr(755,root,root) %{_bindir}/makeivs-ng
91%attr(755,root,root) %{_bindir}/packetforge-ng
92%attr(755,root,root) %{_bindir}/wpaclean
93%attr(755,root,root) %{_sbindir}/airbase-ng
94%attr(755,root,root) %{_sbindir}/aireplay-ng
95%attr(755,root,root) %{_sbindir}/airmon-ng
96%attr(755,root,root) %{_sbindir}/airodump-ng
97%attr(755,root,root) %{_sbindir}/airodump-ng-oui-update
98%attr(755,root,root) %{_sbindir}/airserv-ng
99%attr(755,root,root) %{_sbindir}/airtun-ng
100%{_mandir}/man1/aircrack-ng.1*
101%{_mandir}/man1/airdecap-ng.1*
102%{_mandir}/man1/airdecloak-ng.1*
05fa9722 103%{?with_sqlite:%{_mandir}/man1/airolib-ng.1*}
a1116914
SS
104%{_mandir}/man1/besside-ng-crawler.1*
105%{_mandir}/man1/ivstools.1*
106%{_mandir}/man1/kstats.1*
107%{_mandir}/man1/makeivs-ng.1*
108%{_mandir}/man1/packetforge-ng.1*
109%{_mandir}/man1/wpaclean.1*
110%{_mandir}/man8/airbase-ng.8*
111%{_mandir}/man8/aireplay-ng.8*
112%{_mandir}/man8/airmon-ng.8*
113%{_mandir}/man8/airodump-ng-oui-update.8*
114%{_mandir}/man8/airodump-ng.8*
115%{_mandir}/man8/airserv-ng.8*
116%{_mandir}/man8/airtun-ng.8*
117%{_mandir}/man8/besside-ng.8*
05fa9722
SS
118
119%if %{with experimental}
120%attr(755,root,root) %{_bindir}/buddy-ng
121%attr(755,root,root) %{_sbindir}/besside-ng
122%attr(755,root,root) %{_sbindir}/easside-ng
123%attr(755,root,root) %{_sbindir}/tkiptun-ng
124%attr(755,root,root) %{_sbindir}/wesside-ng
125%{_mandir}/man1/buddy-ng.1*
126%{_mandir}/man8/easside-ng.8*
127%{_mandir}/man8/tkiptun-ng.8*
128%{_mandir}/man8/wesside-ng.8*
129%endif
This page took 0.493477 seconds and 4 git commands to generate.