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

Florian Pritz bluewind at nymeria.archlinux.org
Sun Feb 23 12:43:04 UTC 2014


    Date: Sunday, February 23, 2014 @ 13:43:04
  Author: bluewind
Revision: 106119

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

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

---------------------------+
 /PKGBUILD                 |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ----------------------
 community-x86_64/PKGBUILD |   24 ----------------------
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-23 12:42:55 UTC (rev 106118)
+++ community-i686/PKGBUILD	2014-02-23 12:43:04 UTC (rev 106119)
@@ -1,24 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=echoping
-pkgver=6.0.2
-pkgrel=4
-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')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --config-cache
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: echoping/repos/community-i686/PKGBUILD (from rev 106118, echoping/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-23 12:43:04 UTC (rev 106119)
@@ -0,0 +1,24 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=5
+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')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache --with-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-23 12:42:55 UTC (rev 106118)
+++ community-x86_64/PKGBUILD	2014-02-23 12:43:04 UTC (rev 106119)
@@ -1,24 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=echoping
-pkgver=6.0.2
-pkgrel=4
-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')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --config-cache
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: echoping/repos/community-x86_64/PKGBUILD (from rev 106118, echoping/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-23 12:43:04 UTC (rev 106119)
@@ -0,0 +1,24 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=5
+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')
+
+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