[arch-commits] Commit in aircrack-ng/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Thu May 12 20:44:33 UTC 2022


    Date: Thursday, May 12, 2022 @ 20:44:32
  Author: anthraxx
Revision: 1199812

archrelease: copy trunk to community-x86_64

Added:
  aircrack-ng/repos/community-x86_64/PKGBUILD
    (from rev 1199811, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 54 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-12 20:44:27 UTC (rev 1199811)
+++ PKGBUILD	2022-05-12 20:44:32 UTC (rev 1199812)
@@ -1,62 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-
-pkgname=aircrack-ng
-_pkgver=1.6
-pkgver=${_pkgver//-/}
-pkgrel=6
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('x86_64')
-url="https://www.aircrack-ng.org"
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool'
-         'pcre' 'libpcap' 'python' 'zlib' 'libnl' 'hwloc' 'usbutils')
-checkdepends=('cmocka')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz
-        $pkgname-$_pkgver-airgraphviz-py.patch::https://github.com/aircrack-ng/aircrack-ng/commit/5815bfe2ede99c094709a3289172335c3ba5b255.patch
-        $pkgname-$_pkgver-airgraphviz-make.patch::https://github.com/aircrack-ng/aircrack-ng/commit/b9ee19bcf868d4f4f0197cb0d886d0ebe91a6636.patch)
-sha256sums=('4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247'
-            '6b091cf250b4c09475f0c70428f0d8471a4fc2ffaff5edc67548b69cb4cda1e8'
-            '89549000a3016ec98def974fbbb913b759861aa654f43fd3e3e2b0951955dbfa')
-
-prepare() {
-  cd $pkgname-$_pkgver
-  patch -Np1 < ../$pkgname-$_pkgver-airgraphviz-py.patch
-  patch -Np1 < ../$pkgname-$_pkgver-airgraphviz-make.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd $pkgname-$_pkgver
-
-  CFLAGS+=' -fcommon' # https://github.com/aircrack-ng/aircrack-ng/issues/2138
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --sbindir=/usr/bin \
-    --with-ext-scripts \
-    --with-experimental
-
-  make
-}
-
-check() {
-  cd $pkgname-$_pkgver
-
-  make check
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 1199811, aircrack-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-12 20:44:32 UTC (rev 1199812)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=aircrack-ng
+_pkgver=1.7
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('x86_64')
+url="https://www.aircrack-ng.org"
+license=('GPL2')
+depends=('glibc' 'gcc-libs' 'openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool'
+         'pcre' 'libpcap' libpcap.so 'python' 'zlib' 'libnl' 'hwloc' 'usbutils')
+checkdepends=('cmocka')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+sha256sums=('05a704e3c8f7792a17315080a21214a4448fd2452c1b0dd5226a3a55f90b58c3')
+b2sums=('4461af7b698d30c96e6f93494d5ee658bf8d7144d8b165e9b8aee1766a35dddded3bbb738237e1100dcf22167125aa7cf9149288bba1607fe778470b04596cb2')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$_pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --sbindir=/usr/bin \
+    --with-ext-scripts \
+    --with-experimental
+
+  make
+}
+
+check() {
+  cd $pkgname-$_pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list