[arch-commits] Commit in bonnie++/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Feb 23 03:29:23 UTC 2009


    Date: Sunday, February 22, 2009 @ 22:29:23
  Author: eric
Revision: 27573

Merged revisions 356,27572 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/bonnie++/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r27572 | eric | 2009-02-22 22:28:54 -0500 (Sun, 22 Feb 2009) | 2 lines
  
  upgpkg: bonnie++ 1.03e-1
      Upstream update
........

Modified:
  bonnie++/repos/extra-x86_64/	(properties)
  bonnie++/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


Property changes on: bonnie++/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /bonnie++/trunk:1
   + /bonnie++/trunk:1-27572

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-23 03:28:54 UTC (rev 27572)
+++ extra-x86_64/PKGBUILD	2009-02-23 03:29:23 UTC (rev 27573)
@@ -3,23 +3,23 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=bonnie++
-pkgver=1.03b
+pkgver=1.03e
 pkgrel=1
 pkgdesc="Bonnie++ is based on the Bonnie hard drive benchmark by Tim Bray"
 arch=(i686 x86_64)
+url="http://www.coker.com.au/bonnie++/"
 license=('GPL')
+depends=('gcc' 'perl')
 source=(http://www.coker.com.au/bonnie++/$pkgname-$pkgver.tgz)
-depends=('gcc' 'perl')
-url="http://www.coker.com.au/bonnie++/"
-md5sums=('ee7a236c2a4d8a7075eb67d9254e6bd8')
+md5sums=('750aa5b5051263a99c6c195888c74968')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr || return 1
   /bin/sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" \
-      Makefile
+      Makefile || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=$pkgdir/usr install || return 1
 }
 # vim: ts=2 sw=2 et ft=sh
 




More information about the arch-commits mailing list