Date: Sunday, December 19, 2010 @ 11:53:45 Author: andrea Revision: 103446
upgpkg: wipe 2.3.1-1 upstream release Modified: wipe/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-19 16:48:04 UTC (rev 103445) +++ PKGBUILD 2010-12-19 16:53:45 UTC (rev 103446) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: +# Contributor: Andrea Scarpino <[email protected]> # Contributor: Jason Chu <[email protected]> # Contributor: Tom Newsom <[email protected]> pkgname=wipe -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=1 pkgdesc="A file and block device wiping utility - a secure rm" arch=('i686' 'x86_64') @@ -12,12 +13,16 @@ license=('GPL') depends=('glibc') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('70062ae78b8ad010e05c3d40c13748fe') +md5sums=('3aed00711e0490edbec115bc283b8544') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr \ --mandir=/usr/share/man - make || return 1 - make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install || return 1 + make } + +package() { + cd $srcdir/$pkgname-$pkgver + make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install +}
