[arch-commits] Commit in aircrack-ng/trunk (ChangeLog PKGBUILD)

Jonathan Steel jsteel at nymeria.archlinux.org
Sat Jun 14 21:59:43 UTC 2014


    Date: Saturday, June 14, 2014 @ 23:59:42
  Author: jsteel
Revision: 113173

upgpkg: aircrack-ng 1.2beta3-1

Modified:
  aircrack-ng/trunk/PKGBUILD
Deleted:
  aircrack-ng/trunk/ChangeLog

-----------+
 ChangeLog |   66 ------------------------------------------------------------
 PKGBUILD  |   25 +++++++++++++---------
 2 files changed, 15 insertions(+), 76 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2014-06-14 19:24:18 UTC (rev 113172)
+++ ChangeLog	2014-06-14 21:59:42 UTC (rev 113173)
@@ -1,66 +0,0 @@
-2011-06-28 Brad Fanella
-	
-	* Fix FS#24880
-
-2011-06-15 Brad Fanella
-
-        * Fix FS#24633
-
-2011-03-16 Brad Fanella
-
-	* Fix FS#23295
-
-2011-01-17 Brad Fanella
-
-	* Fix #FS20303
-	* Split into aircrack-ng and aircrack-ng-scripts
-
-2009-09-18  Biru Ionut <ionut at archlinux.ro>
-
-	* Version bump: 1.0-rc4
-
-2009-04.14  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc3
-
-	* PKGBUILD: removed old compilation patch
-
-2009-02-08  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc2
-
-	* sha-compile-fix-64bit.patch: added, fixes compilation on 64bit hosts
-
-2008-06-15  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-rc1
-
-	* PKGBUILD: moved from $startdir to $srcdir/$pkgdir, added vim tags,
-	added sqlite3 dependency for airolib-ng support
-
-2008-05-03  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 1.0-beta2
-
-	* PKGBUILD: adapted make command to the new Makefile, added zlib and
-	openssl dependencies
-
-2008-02-25  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.9.3
-
-2008-02-08  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* PKGBUILD: fixed man page location (thanks Snowman)
-
-2008-02-07  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.9.2
-
-	* PKGBUILD: moved man pages to /usr/share/man
-
-2007-12-15  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* ChangeLog: added
-
-	* PKGBUILD: adopted, cleaned up, uploaded to [community]

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-14 19:24:18 UTC (rev 113172)
+++ PKGBUILD	2014-06-14 21:59:42 UTC (rev 113173)
@@ -1,12 +1,14 @@
 # $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
 # Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor:  Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# 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.1
-pkgrel=10
+_pkgver=1.2-beta3
+pkgver=${_pkgver//-/}
+pkgrel=1
 pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
 arch=('i686' 'x86_64')
 url="http://www.aircrack-ng.org"
@@ -15,16 +17,19 @@
 conflicts=('aircrack-ng-scripts')
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
-source=("http://download.aircrack-ng.org/$pkgname-$pkgver.tar.gz")
-md5sums=('f7a24ed8fad122c4187d06bfd6f998b4')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('ec5492e65ce7e98c6812e84b1d18d811')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make SQLITE=true UNSTABLE=true
+  cd "$srcdir"/$pkgname-$_pkgver
+
+  make sqlite=true unstable=true
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" SQLITE=true UNSTABLE=true \
-    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1 install
+  cd "$srcdir"/$pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true unstable=true \
+    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+    smandir=/usr/share/man/man8/ install
 }




More information about the arch-commits mailing list