# Contributor: Andreas Itzchak Rehberg <devel@izzysoft.de>
# Maintainer: Andreas Itzchak Rehberg <devel@izzysoft.de>
# This PKGBUILD file was autogenerated and should be verified before use!
pkgname=ext3undel
pkgver=0.1.6
pkgrel=1
pkgdesc="ext3undel is a collection of scripts to help you recover files from ext2/ext3 file systems, where you (accidentally) deleted them from"
arch=('any')
url="http://www.izzysoft.de/"
license=('GPL')
groups=('')
depends=('sleuthkit' 'testdisk')
backup=('etc/ext3undel/ext3undelrc')
source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  make DESTDIR="${pkgdir}" prefix=/usr install
}
# vim: set ts=2 sw=2 et:
