[arch-commits] Commit in nmap/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Mon Mar 16 01:00:48 UTC 2020
Date: Monday, March 16, 2020 @ 01:00:47
Author: bisson
Revision: 377679
archrelease: copy trunk to extra-x86_64
Added:
nmap/repos/extra-x86_64/PKGBUILD
(from rev 377678, nmap/trunk/PKGBUILD)
Deleted:
nmap/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 81 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 39 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 01:00:23 UTC (rev 377678)
+++ PKGBUILD 2020-03-16 01:00:47 UTC (rev 377679)
@@ -1,42 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=nmap
-pkgver=7.80
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='https://nmap.org/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
- 'sudo: privilege escalation for zenmap'
- 'xterm: privilege escalation for zenmap'
- 'kde-cli-tools: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"
- "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc")
-sha256sums=('fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa'
- 'SKIP')
-
-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_*
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}
Copied: nmap/repos/extra-x86_64/PKGBUILD (from rev 377678, nmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-16 01:00:47 UTC (rev 377679)
@@ -0,0 +1,39 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=nmap
+pkgver=7.80
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='https://nmap.org/'
+arch=('x86_64')
+license=('GPL2')
+depends=('pcre' 'openssl' 'lua')
+makedepends=('python2')
+optdepends=('python2: various scripts')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"
+ "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc")
+sha256sums=('fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa'
+ 'SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PYTHON=python2
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --with-libpcap=included \
+ --without-zenmap \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm "${pkgdir}"/usr/bin/uninstall_*
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list