[arch-commits] Commit in ncrack/repos (4 files)

Daniel Micay thestinger at archlinux.org
Mon Aug 8 21:18:56 UTC 2016


    Date: Monday, August 8, 2016 @ 21:18:55
  Author: thestinger
Revision: 186090

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ncrack/repos/community-i686/PKGBUILD
    (from rev 186089, ncrack/trunk/PKGBUILD)
  ncrack/repos/community-x86_64/PKGBUILD
    (from rev 186089, ncrack/trunk/PKGBUILD)
Deleted:
  ncrack/repos/community-i686/PKGBUILD
  ncrack/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 50 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-08 21:17:17 UTC (rev 186089)
+++ community-i686/PKGBUILD	2016-08-08 21:18:55 UTC (rev 186090)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: mickael9 <mickael9 at gmail dot com>
-
-pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=5
-pkgdesc='A high-speed network authentication cracking tool'
-arch=(i686 x86_64)
-url='http://nmap.org/ncrack/'
-license=(GPL)
-depends=(openssl)
-source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz")
-md5sums=('db9be165469c04650ddc7403b29eb472')
-
-build() {
-  cd $pkgname-${_realver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-${_realver}
-  make install DESTDIR="$pkgdir"
-}

Copied: ncrack/repos/community-i686/PKGBUILD (from rev 186089, ncrack/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-08 21:18:55 UTC (rev 186090)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: mickael9 <mickael9 at gmail dot com>
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=1
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz")
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-08 21:17:17 UTC (rev 186089)
+++ community-x86_64/PKGBUILD	2016-08-08 21:18:55 UTC (rev 186090)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: mickael9 <mickael9 at gmail dot com>
-
-pkgname=ncrack
-pkgver=0.4a
-_realver=0.4ALPHA
-pkgrel=5
-pkgdesc='A high-speed network authentication cracking tool'
-arch=(i686 x86_64)
-url='http://nmap.org/ncrack/'
-license=(GPL)
-depends=(openssl)
-source=("http://nmap.org/ncrack/dist/ncrack-${_realver}.tar.gz")
-md5sums=('db9be165469c04650ddc7403b29eb472')
-
-build() {
-  cd $pkgname-${_realver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-${_realver}
-  make install DESTDIR="$pkgdir"
-}

Copied: ncrack/repos/community-x86_64/PKGBUILD (from rev 186089, ncrack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-08 21:18:55 UTC (rev 186090)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: mickael9 <mickael9 at gmail dot com>
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=1
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='http://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl)
+source=("http://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz")
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list