pentoo-overlay/app-crypt/hashkill/hashkill-0.2.4.ebuild
2012-03-14 03:11:12 +00:00

27 lines
596 B
Bash

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="http://www.gat3way.eu/hashkill"
HOMEPAGE="Multi-threaded password recovery tool with multi-GPU support"
SRC_URI="http://www.gat3way.eu/hashkill/${P}.tgz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
sed -i 's#/usr#${ED}/usr#' src/kernels/Makefile
sed -i 's#/usr#${ED}/usr#' src/plugins/Makefile
sed -i 's#/usr#${ED}/usr#' src/markov/Makefile
}
#src_configure() {
# econf --prefix="${ED}/usr"
#}