Projects
Extra
aircrack-ng
aircrack-ng.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aircrack-ng.spec of Package aircrack-ng (Revision 7)
Currently displaying revision
7
,
Show latest
# # spec file for package aircrack-ng # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define pkg_version 1.2-rc4 %bcond_without unstable %bcond_without sqlite Name: aircrack-ng Version: 1.2.rc4 Release: 0 Summary: A set of tools for auditing wireless networks License: GPL-2.0 Group: Productivity/Networking/Security Url: http://www.aircrack-ng.org/ Source0: http://download.aircrack-ng.org/%{name}-%{pkg_version}.tar.gz Source1: README.SUSE BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: libtool BuildRequires: pkg-config BuildRequires: sqlite3-devel BuildRequires: zlib-devel Requires: wireless-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} <= 1140 BuildRequires: libnl-devel %else BuildRequires: libnl3-devel %endif %description Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the PTW attack, thus making the attack much faster compared to other WEP cracking tools. In fact, Aircrack-ng is a set of tools for auditing wireless networks. %prep %setup -q -n aircrack-ng-%{pkg_version} find patches/ -type f -exec sed -i 's|\r||g' {} \; cp "%{SOURCE1}" . %build CFLAGS="%{optflags} -Wall" \ make \ %{?_smp_mflags} \ SQLITE=%{?with_sqlite:true}%{?!with_sqlite:false} \ EXPERIMENTAL=%{?with_unstable:true}%{?!with_unstable:false} \ gcrypt=true \ libnl=true \ prefix="%{_prefix}" \ libdir="%{_libdir}" \ docdir="%{_docdir}/%{name}" %install make %{?_smp_mflags} DESTDIR=%{buildroot} install \ SQLITE=%{?with_sqlite:true}%{?!with_sqlite:false} \ EXPERIMENTAL=%{?with_unstable:true}%{?!with_unstable:false} \ ext_scripts=true \ gcrypt=true \ libnl=true \ sbindir="%{_sbindir}" \ bindir="%{_bindir}" \ smandir="%{_mandir}/man8" \ mandir="%{_mandir}/man1" \ libdir="%{_libdir}" \ docdir="%{_docdir}/%{name}" \ localedir="%{_datadir}/locale" \ DESTDIR=%{buildroot} %files %defattr(-,root,root) %doc AUTHORS ChangeLog LICENSE LICENSE.OpenSSL README README.SUSE %doc patches %{_bindir}/aircrack-ng %{_bindir}/airdecap-ng %{_bindir}/airdecloak-ng %{_bindir}/ivstools %{_bindir}/kstats %{_bindir}/makeivs-ng %{_bindir}/packetforge-ng %{_bindir}/wpaclean %{_bindir}/versuck-ng %{_sbindir}/airbase-ng %{_sbindir}/aireplay-ng %{_sbindir}/airmon-ng %{_sbindir}/airodump-ng %{_sbindir}/airodump-ng-oui-update %{_sbindir}/airserv-ng %{_sbindir}/airtun-ng %{_sbindir}/besside-ng %if %{with sqlite} %{_bindir}/airolib-ng %endif %if %{with unstable} %{_bindir}/buddy-ng %{_sbindir}/easside-ng %{_sbindir}/tkiptun-ng %{_sbindir}/wesside-ng %endif %{_mandir}/man1/*.1%{ext_man} %{_mandir}/man8/*.8%{ext_man} %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.