[arch-commits] Commit in wipe/trunk (PKGBUILD rand.patch)

Eric Bélanger eric at archlinux.org
Sat Mar 21 01:04:16 UTC 2009


    Date: Friday, March 20, 2009 @ 21:04:15
  Author: eric
Revision: 30589

upgpkg: wipe 2.2.0-2
    Removed force flag, Added license, Added arch tag, FHS man pages

Modified:
  wipe/trunk/PKGBUILD
Deleted:
  wipe/trunk/rand.patch

------------+
 PKGBUILD   |   14 +++++++-------
 rand.patch |   10 ----------
 2 files changed, 7 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-21 01:01:08 UTC (rev 30588)
+++ PKGBUILD	2009-03-21 01:04:15 UTC (rev 30589)
@@ -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://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: rand.patch
===================================================================
--- rand.patch	2009-03-21 01:01:08 UTC (rev 30588)
+++ rand.patch	2009-03-21 01:04:15 UTC (rev 30589)
@@ -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