Date: Sunday, March 18, 2012 @ 09:40:35
  Author: giovanni
Revision: 153711

upgpkg: iperf 2.0.5-4

added ipv6 support

Modified:
  iperf/trunk/PKGBUILD
Deleted:
  iperf/trunk/license

----------+
 PKGBUILD |   10 +++++-----
 license  |   25 -------------------------
 2 files changed, 5 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-03-18 13:20:56 UTC (rev 153710)
+++ PKGBUILD    2012-03-18 13:40:35 UTC (rev 153711)
@@ -4,17 +4,15 @@
 
 pkgname=iperf
 pkgver=2.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool to measure maximum TCP bandwidth"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://iperf.sourceforge.net";
 depends=('gcc-libs')
 source=("http://downloads.sourceforge.net/iperf/iperf-2.0.5.tar.gz";
-        'license'
         'client.cpp.patch')
 md5sums=('44b5536b67719f4250faed632a3cd016'
-         'a2879f900b76668b28a1cc922909db18'
          '82ce63c87cc8bb2f0f94069857ac14a9')
 
 build() {
@@ -23,7 +21,9 @@
   # FS#25159
   patch -Np1 -i ${srcdir}/client.cpp.patch
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+              --enable-ipv6 \
+              --enable-threads
   make
 }
 
@@ -31,5 +31,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
-  install -Dm644 ${srcdir}/license "${pkgdir}/usr/share/licenses/iperf/LICENSE"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/iperf/LICENSE"
 }

Deleted: license
===================================================================
--- license     2012-03-18 13:20:56 UTC (rev 153710)
+++ license     2012-03-18 13:40:35 UTC (rev 153711)
@@ -1,25 +0,0 @@
-Copyright (c) 1999-2006, The Board of Trustees of the University of Illinois
-All Rights Reserved.
-
-Iperf performance test
-Mark Gates
-Ajay Tirumala
-Jim Ferguson
-Jon Dugan
-Feng Qin
-Kevin Gibbs
-John Estabrook
-National Laboratory for Applied Network Research
-National Center for Supercomputing Applications
-University of Illinois at Urbana-Champaign
-http://www.ncsa.uiuc.edu
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software (Iperf) and associated documentation files (the "Software"), 
to deal in the Software without restriction, including without limitation the 
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 
sell copies of the Software, and to permit persons to whom the Software is 
furnished to do so, subject to the following conditions:
-
-    * Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimers.
-
-    * Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions and the following disclaimers in the 
documentation and/or other materials provided with the distribution.
-
-    * Neither the names of the University of Illinois, NCSA, nor the names of 
its contributors may be used to endorse or promote products derived from this 
Software without specific prior written permission. 
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
CONTIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Reply via email to