[arch-commits] Commit in (4 files)
Levente Polyak
anthraxx at archlinux.org
Wed Nov 4 18:10:07 UTC 2015
Date: Wednesday, November 4, 2015 @ 19:10:07
Author: anthraxx
Revision: 145995
addpkg: thc-ipv6 3.0-2
Added:
thc-ipv6/
thc-ipv6/repos/
thc-ipv6/trunk/
thc-ipv6/trunk/PKGBUILD
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Added: thc-ipv6/trunk/PKGBUILD
===================================================================
--- thc-ipv6/trunk/PKGBUILD (rev 0)
+++ thc-ipv6/trunk/PKGBUILD 2015-11-04 18:10:07 UTC (rev 145995)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: henning mueller <mail at nning.io>
+# Contributor: Ariel Popper <a at arielp.com>
+# Contributor: mortzu <me at mortzu.de>
+
+pkgname=thc-ipv6
+pkgver=3.0
+pkgrel=2
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6'
+url='https://thc.org/thc-ipv6/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'openssl' 'libnetfilter_queue')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('969ebbf4da4514cb83e3abcff637f7ba301c4f072f1f983b3cd3cfd3b0643b55af6eacca3c76e39e11ea9ef6e465be03dfa7ce1d6c988cabbd42cdd95d1e2552')
+DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u --insecure")
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+ install -Dm 644 README CHANGES HOWTO-INJECT -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list