Version bump
This commit is contained in:
@@ -5,32 +5,11 @@
|
||||
|
||||
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
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make("sqlite=true experimental=true pcre=true")
|
||||
|
||||
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.
|
||||
autotools.install("sqlite=true experimental=true pcre=true")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "LICENSE", "README", "VERSION")
|
||||
|
||||
@@ -12,26 +12,51 @@
|
||||
<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>make</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="02e34d46a3792f4cbe95766027d4f031980a9a67">http://download.aircrack-ng.org/aircrack-ng-1.2-rc3.tar.gz</Archive>
|
||||
<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>iw</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user