Moved to contrib
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
autotools.make("sqlite=true experimental=true pcre=true")
|
||||
|
||||
def install():
|
||||
autotools.install("sqlite=true experimental=true pcre=true")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "LICENSE", "README", "VERSION")
|
||||
@@ -1,70 +0,0 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>aircrack-ng</Name>
|
||||
<Homepage>http://aircrack-ng.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>network</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Aircrack-ng is a complete suite of tools to assess WiFi network security.</Summary>
|
||||
<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 all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>libpcap-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>libpcap-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>make</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="2b2fbe50fedb606b3bd96a34d49f07760e8e618a">http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>aircrack-ng</Name>
|
||||
<Summary>Aircrack-ng is a complete suite of tools to assess WiFi network security.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libpcap</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libnl</Dependency>
|
||||
<Dependency>libpcap</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>iw</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-02-18</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>Release Candidate 4</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-02-11</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>Release Candidate 3</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>aircrack-ng</Name>
|
||||
<Summary xml:lang="tr">Kablosuz ağ zaafiyetlerinden yararlanan bir araç.</Summary>
|
||||
<Description xml:lang="tr">802.11 paket toplama araci airodump, 802.11 injection araci aireplay, wep ve wpa psk kirma araci aircrack ve toplanan paketleri desifre etme araci airdecapi barindiran, kisaca kablosuz ag kartiniz destekliyorsa sifreli olan kablosuz aglari kirip beles internet kullanmaniza olanak saglayacak yazilimdir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user