diff --git a/app-crypt/samdump2/Manifest b/app-crypt/samdump2/Manifest new file mode 100644 index 000000000..ec682dbee --- /dev/null +++ b/app-crypt/samdump2/Manifest @@ -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 diff --git a/app-crypt/samdump2/samdump2-2.0.1.ebuild b/app-crypt/samdump2/samdump2-2.0.1.ebuild new file mode 100644 index 000000000..2446ab28c --- /dev/null +++ b/app-crypt/samdump2/samdump2-2.0.1.ebuild @@ -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" +}