[arch-commits] Commit in wipe/repos (3 files)
Eric Bélanger
eric at archlinux.org
Sat Mar 21 01:17:52 UTC 2009
Date: Friday, March 20, 2009 @ 21:17:51
Author: eric
Revision: 30596
Merged revisions 356,13899,30589 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/wipe/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r13899 | allan | 2008-09-29 02:37:12 -0400 (Mon, 29 Sep 2008) | 1 line
correct sourceforge url
........
r30589 | eric | 2009-03-20 21:04:15 -0400 (Fri, 20 Mar 2009) | 2 lines
upgpkg: wipe 2.2.0-2
Removed force flag, Added license, Added arch tag, FHS man pages
........
Modified:
wipe/repos/extra-i686/ (properties)
wipe/repos/extra-i686/PKGBUILD
Deleted:
wipe/repos/extra-i686/rand.patch
------------+
PKGBUILD | 16 ++++++++--------
rand.patch | 10 ----------
2 files changed, 8 insertions(+), 18 deletions(-)
Property changes on: wipe/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /wipe/trunk:1
+ /wipe/trunk:1-30595
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-03-21 01:16:23 UTC (rev 30595)
+++ extra-i686/PKGBUILD 2009-03-21 01:17:51 UTC (rev 30596)
@@ -2,20 +2,20 @@
# Maintainer: Jason Chu <jason at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-force=y
pkgname=wipe
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Wipe repeadetly overwrites special patterns to the files to be destroyed - a secure rm(1)"
+arch=('i686' 'x86_64')
+url="http://wipe.sourceforge.net/"
+license=('GPL')
depends=('glibc')
-url="http://wipe.sourceforge.net/"
-source=(http://easynews.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('1e1366c6407e7910f6131ebfee9f1ea6')
build() {
- cd $startdir/src/$pkgname-$pkgver
-# patch -i ../rand.patch || return 1
- ./configure --prefix=/usr
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
- make bindir=$startdir/pkg/usr/bin prefix=$startdir/pkg/usr install
+ make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install || return 1
}
Deleted: extra-i686/rand.patch
===================================================================
--- extra-i686/rand.patch 2009-03-21 01:16:23 UTC (rev 30595)
+++ extra-i686/rand.patch 2009-03-21 01:17:51 UTC (rev 30596)
@@ -1,10 +0,0 @@
---- rand.c-old 2003-04-05 15:29:18.000000000 -0800
-+++ rand.c 2003-04-05 15:29:42.000000000 -0800
-@@ -26,6 +26,7 @@
- #include <fcntl.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <errno.h>
-
- #include "std.h"
- #include "io.h"
More information about the arch-commits
mailing list