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

Jan de Groot jgc at archlinux.org
Mon Mar 20 10:37:33 UTC 2017


    Date: Monday, March 20, 2017 @ 10:37:32
  Author: jgc
Revision: 217546

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: ncrack/repos/community-staging-i686/PKGBUILD (from rev 217545, ncrack/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-20 10:37:32 UTC (rev 217546)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: mickael9 <mickael9 at gmail dot com>
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=2
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz")
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: ncrack/repos/community-staging-x86_64/PKGBUILD (from rev 217545, ncrack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-20 10:37:32 UTC (rev 217546)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: mickael9 <mickael9 at gmail dot com>
+
+pkgname=ncrack
+pkgver=0.5
+pkgrel=2
+pkgdesc='A high-speed network authentication cracking tool'
+arch=(i686 x86_64)
+url='https://nmap.org/ncrack/'
+license=(GPL)
+depends=(openssl-1.0)
+source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz")
+md5sums=('c264bced401db826852014aef22927cd')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list