Date: Monday, June 10, 2013 @ 02:01:40
  Author: bisson
Revision: 188111

archrelease: copy trunk to extra-i686

Added:
  nmap/repos/extra-i686/PKGBUILD
    (from rev 188110, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-10 00:00:35 UTC (rev 188110)
+++ PKGBUILD    2013-06-10 00:01:40 UTC (rev 188111)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Angel Velasquez <an...@archlinux.org>
-# Contributor: Hugo Doria <h...@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-i686/PKGBUILD (from rev 188110, nmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-06-10 00:01:40 UTC (rev 188111)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Angel Velasquez <an...@archlinux.org>
+# Contributor: Hugo Doria <h...@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"
+}

Reply via email to