# $Id: PKGBUILD 123688 2011-05-12 14:06:47Z tpowa $ # Maintainer: Tobias Powalowski # Contributor: Sergej Pupykin # Contributor: Michal Krenek pkgname=testdisk pkgver=6.12 pkgrel=1 pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery tool" arch=('i686' 'x86_64' 'mips64el') url="http://www.cgsecurity.org/index.html?testdisk.html" license=('GPL') depends=('libjpeg>=8' 'openssl' 'progsreiserfs' 'ntfsprogs') makedepends=('pkgconfig') source=(http://www.cgsecurity.org/${pkgname}-${pkgver}.tar.bz2) build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --without-ewf \ --enable-sudo make || return 1 make DESTDIR="${pkgdir}/" install || return 1 } md5sums=('6ef653301f309156f3a802233a3139c1')