[arch-commits] Commit in masscan/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Mar 15 01:40:28 UTC 2018


    Date: Thursday, March 15, 2018 @ 01:40:26
  Author: anthraxx
Revision: 307884

archrelease: copy trunk to community-x86_64

Added:
  masscan/repos/community-x86_64/PKGBUILD
    (from rev 307883, masscan/trunk/PKGBUILD)
Deleted:
  masscan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 01:40:14 UTC (rev 307883)
+++ PKGBUILD	2018-03-15 01:40:26 UTC (rev 307884)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=masscan
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes'
-url='https://github.com/robertdavidgraham/masscan'
-arch=('i686' 'x86_64')
-license=('AGPL3')
-depends=('libpcap')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/robertdavidgraham/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('eb82d8ad4d6a5c77cf79197e18470a68f7c361f0785180d631e9625578e90af6ffdaa45b728349da5a1cb945a8f902541b8f708be8a4075737ccb06e948d6e2b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r "s|(CFLAGS )=|\1+=|g" -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make regress
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/masscan.8 "${pkgdir}/usr/share/man/man8/masscan.8"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 doc/masscan.8.markdown "${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-}
-
-# vim: ts=2 sw=2 et:

Copied: masscan/repos/community-x86_64/PKGBUILD (from rev 307883, masscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-15 01:40:26 UTC (rev 307884)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=masscan
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes'
+url='https://github.com/robertdavidgraham/masscan'
+arch=('x86_64')
+license=('AGPL3')
+depends=('libpcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/robertdavidgraham/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('55d58234994ebea10bcb3f45a24cdb51b020350faa116aee3a48861a119f66c339d1f533c978f52e37ccf5266be6fd2802765f13461d94eb28ec8d18c68e2f88')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make CC=gcc
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make regress
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/masscan.8.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list