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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Nov 13 20:19:01 UTC 2021


    Date: Saturday, November 13, 2021 @ 20:19:00
  Author: foutrelis
Revision: 1046057

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: echoping/repos/community-staging-x86_64/PKGBUILD (from rev 1046056, echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-11-13 20:19:00 UTC (rev 1046057)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=10
+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