Date: Thursday, March 3, 2016 @ 11:16:01
  Author: fyan
Revision: 164432

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 164431, echoping/trunk/PKGBUILD)
  echoping/repos/community-staging-x86_64/
  echoping/repos/community-staging-x86_64/PKGBUILD
    (from rev 164431, 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 164431, 
echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-03-03 10:16:01 UTC (rev 164432)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluew...@xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=6
+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 164431, 
echoping/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 10:16:01 UTC (rev 164432)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluew...@xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=6
+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
+}

Reply via email to