[arch-commits] Commit in nmap/repos (4 files)
Gaetan Bisson
bisson at archlinux.org
Wed Aug 27 17:57:02 UTC 2014
Date: Wednesday, August 27, 2014 @ 19:57:02
Author: bisson
Revision: 220709
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
nmap/repos/extra-i686/PKGBUILD
(from rev 220708, nmap/trunk/PKGBUILD)
nmap/repos/extra-x86_64/PKGBUILD
(from rev 220708, nmap/trunk/PKGBUILD)
Deleted:
nmap/repos/extra-i686/PKGBUILD
nmap/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 40 -----------------------
extra-x86_64/PKGBUILD | 40 -----------------------
3 files changed, 82 insertions(+), 80 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-08-27 17:56:36 UTC (rev 220708)
+++ extra-i686/PKGBUILD 2014-08-27 17:57:02 UTC (rev 220709)
@@ -1,40 +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.47
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
- 'sudo: privilege escalation for zenmap'
- 'xterm: privilege escalation for zenmap'
- 'kdebase-runtime: privilege escalation for zenmap'
- 'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export PYTHON=python2
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --with-libpcap=included \
-
- 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 220708, nmap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-27 17:57:02 UTC (rev 220709)
@@ -0,0 +1,41 @@
+# $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.47
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+ 'sudo: privilege escalation for zenmap'
+ 'xterm: privilege escalation for zenmap'
+ 'kdebase-runtime: privilege escalation for zenmap'
+ 'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PYTHON=python2
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --with-libpcap=included \
+
+ 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"
+ python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-08-27 17:56:36 UTC (rev 220708)
+++ extra-x86_64/PKGBUILD 2014-08-27 17:57:02 UTC (rev 220709)
@@ -1,40 +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.47
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
- 'sudo: privilege escalation for zenmap'
- 'xterm: privilege escalation for zenmap'
- 'kdebase-runtime: privilege escalation for zenmap'
- 'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export PYTHON=python2
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --with-libpcap=included \
-
- 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 220708, nmap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-08-27 17:57:02 UTC (rev 220709)
@@ -0,0 +1,41 @@
+# $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.47
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+ 'sudo: privilege escalation for zenmap'
+ 'xterm: privilege escalation for zenmap'
+ 'kdebase-runtime: privilege escalation for zenmap'
+ 'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PYTHON=python2
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --with-libpcap=included \
+
+ 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"
+ python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}
More information about the arch-commits
mailing list