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

Giovanni Scafora giovanni at archlinux.org
Fri Oct 2 23:10:18 UTC 2009


    Date: Friday, October 2, 2009 @ 19:10:18
  Author: giovanni
Revision: 53600

Merged revisions 53591 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/wipe/trunk

........
  r53591 | andrea | 2009-10-02 14:47:24 -0700 (ven, 02 ott 2009) | 2 lines
  
  upgpkg: wipe 2.3.0-1
      upstream release
........

Modified:
  wipe/repos/extra-x86_64/	(properties)
  wipe/repos/extra-x86_64/PKGBUILD

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


Property changes on: wipe/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /wipe/trunk:1-30589
   + /wipe/trunk:1-53599

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-02 23:08:31 UTC (rev 53599)
+++ extra-x86_64/PKGBUILD	2009-10-02 23:10:18 UTC (rev 53600)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=wipe
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="Wipe repeadetly overwrites special patterns to the files to be destroyed - a secure rm(1)"
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A file and block device wiping utility - a secure rm"
 arch=('i686' 'x86_64')
 url="http://wipe.sourceforge.net/"
 license=('GPL')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('1e1366c6407e7910f6131ebfee9f1ea6')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('70062ae78b8ad010e05c3d40c13748fe')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man
   make || return 1
   make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install || return 1
 }




More information about the arch-commits mailing list