[arch-commits] Commit in echoping/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Sep 10 22:55:02 UTC 2018


    Date: Monday, September 10, 2018 @ 22:55:01
  Author: foutrelis
Revision: 379414

archrelease: copy trunk to community-staging-x86_64

Added:
  echoping/repos/community-staging-x86_64/
  echoping/repos/community-staging-x86_64/PKGBUILD
    (from rev 379413, echoping/trunk/PKGBUILD)

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

Copied: echoping/repos/community-staging-x86_64/PKGBUILD (from rev 379413, echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-09-10 22:55:01 UTC (rev 379414)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=8
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests"
+arch=('x86_64')
+url="http://echoping.sourceforge.net/"
+license=('GPL')
+depends=(libidn popt libldap)
+#source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/echoping/echoping-$pkgver.tar.gz/991478532b56ab3b6f46ea9fa332626f/echoping-$pkgver.tar.gz)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache --with-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list