build with docker version bump

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-17 18:44:37 +02:00
parent 27e76e4e83
commit 3c23042497
3 changed files with 87 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
#!/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
# if pisi can't find source directory, see /var/pisi/aircrack-ng/work/ and:
# WorkDir="aircrack-ng-"+ get.srcVERSION() +"/sub_project_dir/"
def setup():
#autotools.configure()
pass
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# Take a look at the source folder for these file as documentation.
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README")
# If there is no install rule for a runnable binary, you can
# install it to binary directory.
# pisitools.dobin("aircrack-ng")
# You can use these as variables, they will replace GUI values before build.
# Package Name : aircrack-ng
# Version : 1.2
# Summary : Aircrack-ng is a complete suite of tools to assess WiFi network security.
# For more information, you can look at the Actions API
# from the Help menu and toolbar.
+43
View File
@@ -0,0 +1,43 @@
<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>libnl-devel</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>make</Dependency>
</BuildDependencies>
<Archive type="targz" sha1sum="02e34d46a3792f4cbe95766027d4f031980a9a67">http://download.aircrack-ng.org/aircrack-ng-1.2-rc3.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>libnl</Dependency>
<Dependency>libpcap</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<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>
@@ -0,0 +1,8 @@
<?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>