mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-16 21:23:28 +01:00
27 lines
596 B
Bash
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"
|
|
#}
|