* Added samdump2

This commit is contained in:
grimmlin 2010-01-15 10:48:38 +00:00
parent f749992419
commit 737b571117
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST samdump2-2.0.1.tar.bz2 20673 RMD160 d55bd7d61d6551e74559214590d08bd5ba2f9586 SHA1 0609223e5d94b0d32ffc588b9986fb71493b3931 SHA256 f9669bd75a29e050235b45ad57030e7311984f834668885cc5c3b7f100df3e4b
EBUILD samdump2-2.0.1.ebuild 527 RMD160 78c23e66ace5c8d28210278cb3f25652c782fd75 SHA1 6e4c3d644d373f2a42d1cab929e81b2696acde39 SHA256 d4d3060f043f9a6a09f3e67e16e1c3bbf16fd55d843a325deb9436ff163f98ab

View file

@ -0,0 +1,22 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Windows NT/2k/XP/Vista sam hash dumper"
HOMEPAGE="http://sourceforge.net/projects/ophcrack/files/"
SRC_URI="mirror://sourceforge/ophcrack/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_compile() {
emake || die "emake failed"
}
src_install() {
dobin samdump2 || die "install failed"
doman samdump2.1 || die "install failed"
}