[arch-commits] Commit in sslstrip/repos (community-any community-any/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 27 11:11:33 UTC 2015


    Date: Wednesday, May 27, 2015 @ 13:11:33
  Author: anthraxx
Revision: 134226

archrelease: copy trunk to community-any

Added:
  sslstrip/repos/community-any/
  sslstrip/repos/community-any/PKGBUILD
    (from rev 134225, sslstrip/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: sslstrip/repos/community-any/PKGBUILD (from rev 134225, sslstrip/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-05-27 11:11:33 UTC (rev 134226)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+# Contributor: MatToufoutu <mattoufootu[at]gmail.com>
+
+pkgname=sslstrip
+pkgver=0.9
+pkgrel=7
+pkgdesc="Python tool to hijack HTTPS connections during a MITM attack"
+url="http://www.thoughtcrime.org/software/sslstrip/"
+arch=('any')
+license=('GPL3')
+depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
+source=(http://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
+sha512sums=("f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc")
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i sslstrip.py
+  # package data files ourselves
+  sed -e '/data_files = /d' -i setup.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 lock.ico "${pkgdir}/usr/share/${pkgname}/lock.ico"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list