[arch-commits] Commit in sslscan/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Sat Aug 1 19:23:21 UTC 2015


    Date: Saturday, August 1, 2015 @ 21:23:20
  Author: anthraxx
Revision: 137671

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sslscan/repos/community-i686/
  sslscan/repos/community-i686/PKGBUILD
    (from rev 137670, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-x86_64/
  sslscan/repos/community-x86_64/PKGBUILD
    (from rev 137670, sslscan/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: sslscan/repos/community-i686/PKGBUILD (from rev 137670, sslscan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-01 19:23:20 UTC (rev 137671)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Remi Gacogne <rgacogne-arch at coredump dot fr>
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the ciphers that are supported"
+url="https://github.com/DinoTools/sslscan/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS="${LDFLAGS} -lssl -lcrypto" make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH="${pkgdir}/usr/bin" MANPATH="${pkgdir}/usr/share/man" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-x86_64/PKGBUILD (from rev 137670, sslscan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-01 19:23:20 UTC (rev 137671)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Remi Gacogne <rgacogne-arch at coredump dot fr>
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the ciphers that are supported"
+url="https://github.com/DinoTools/sslscan/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS="${LDFLAGS} -lssl -lcrypto" make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH="${pkgdir}/usr/bin" MANPATH="${pkgdir}/usr/share/man" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list