[arch-commits] Commit in nmap/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Jun 10 00:00:35 UTC 2013


    Date: Monday, June 10, 2013 @ 02:00:35
  Author: bisson
Revision: 188110

archrelease: copy trunk to extra-x86_64

Added:
  nmap/repos/extra-x86_64/PKGBUILD
    (from rev 188109, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-09 23:15:22 UTC (rev 188109)
+++ PKGBUILD	2013-06-10 00:00:35 UTC (rev 188110)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=2
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib \
-		--mandir=/usr/share/man \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	rm "${pkgdir}"/usr/bin/uninstall_zenmap
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nmap/repos/extra-x86_64/PKGBUILD (from rev 188109, nmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-10 00:00:35 UTC (rev 188110)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=nmap
+pkgver=6.25
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export PYTHON=python2
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib \
+		--mandir=/usr/share/man \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	rm "${pkgdir}"/usr/bin/uninstall_zenmap
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list