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

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 7 21:23:41 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:23:41
  Author: foutrelis
Revision: 660386

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: echoping/repos/community-staging-x86_64/PKGBUILD (from rev 660385, echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 21:23:41 UTC (rev 660386)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=9
+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=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+source=("https://pkgs.fedoraproject.org/repo/pkgs/echoping/echoping-$pkgver.tar.gz/991478532b56ab3b6f46ea9fa332626f/echoping-$pkgver.tar.gz")
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./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