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

Antonio Rojas arojas at archlinux.org
Fri Mar 3 21:04:36 UTC 2017


    Date: Friday, March 3, 2017 @ 21:04:35
  Author: arojas
Revision: 214712

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: echoping/repos/community-staging-i686/PKGBUILD (from rev 214711, echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-03 21:04:35 UTC (rev 214712)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=7
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests"
+arch=('i686' '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
+}

Copied: echoping/repos/community-staging-x86_64/PKGBUILD (from rev 214711, echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-03 21:04:35 UTC (rev 214712)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=7
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests"
+arch=('i686' '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