[arch-commits] Commit in (4 files)

Florian Pritz bluewind at nymeria.archlinux.org
Fri Aug 16 16:35:11 UTC 2013


    Date: Friday, August 16, 2013 @ 18:35:11
  Author: bluewind
Revision: 95761

add echoping

Added:
  echoping/
  echoping/repos/
  echoping/trunk/
  echoping/trunk/PKGBUILD

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

Added: echoping/trunk/PKGBUILD
===================================================================
--- echoping/trunk/PKGBUILD	                        (rev 0)
+++ echoping/trunk/PKGBUILD	2013-08-16 16:35:11 UTC (rev 95761)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=3
+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)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list