1 # Maintainer: Max Pray a.k.a. Synthead <synthead1@gmail.com>
2 # Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
3 # Contributor: Michal Krenek <mikos@sg1.cz>
8 pkgdesc="Dump password hashes from a Windows NT/2k/XP installation"
10 url="http://sourceforge.net/project/showfiles.php?group_id=133599&package_id=222150"
13 source=("http://downloads.sourceforge.net/ophcrack/$pkgname-$pkgver.tar.bz2"
15 md5sums=('d8230e4c1692102d2088b0efcb7438be'
16 '9652a003668d4dcf2711e397f5f8ec7f')
19 cd "$srcdir/$pkgname-$pkgver"
20 patch -p0 < "$srcdir/prefix-infos.patch"
25 cd "$srcdir/$pkgname-$pkgver"
26 make install DESTDIR="$pkgdir"