[arch-commits] Commit in (httping httping/repos httping/trunk httping/trunk/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jun 3 21:17:04 UTC 2016


    Date: Friday, June 3, 2016 @ 23:17:04
  Author: anthraxx
Revision: 177829

addpkg: httping-git 2.4-4

Added:
  httping/
  httping/repos/
  httping/trunk/
  httping/trunk/PKGBUILD

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

Added: httping/trunk/PKGBUILD
===================================================================
--- httping/trunk/PKGBUILD	                        (rev 0)
+++ httping/trunk/PKGBUILD	2016-06-03 21:17:04 UTC (rev 177829)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: brent s. <bts[at]square-r00t[dot]net>
+# Contributor: Joris Steyn <jorissteyn at gmail.com>
+# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
+
+pkgname=httping
+pkgver=2.4
+pkgrel=4
+pkgdesc='A ping-like tool for http-requests'
+url='https://www.vanheusden.com/httping/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'ncurses' 'fftw')
+source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
+sha512sums=('11d9e9e3b222548c9754cc0e7bf947f1a55ccc9f1a2401681f95d21b7b7a56c07665955b558a56d07a5c98497ea3644758e4f85006c42fda2134556be8d9e804')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --with-tfo
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list