mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
cryptohaze-combined: dead, unmaintained, unbuildable
This commit is contained in:
parent
74ad60f5fc
commit
563d8eb155
3 changed files with 0 additions and 66 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST Cryptohaze-Src_1_31.tar.bz2 5536082 BLAKE2B b7d0be2299db20b4f4abac116d4e17c3d23b4d175fc13c1025ce21de47420f30a4c2ebba8289f8cea7e533a1f0b4577f6c27a52f9eaf0a3931167e74c2bee4cb SHA512 848333c81d953732f0cb73e6c917d3e16f6346e039924ddd49c7de728186a5d6960092ef1d5b78ecd66044c30ef10ff14202367f552f78eaf07392de9452d1eb
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="GPU and OpenCL accelerated password auditing tools for security professionals"
|
||||
HOMEPAGE="http://www.cryptohaze.com/"
|
||||
|
||||
MY_PV="${PV/\./_}"
|
||||
SRC_URI="mirror://sourceforge/cryptohaze/Cryptohaze-Src_${MY_PV}.tar.bz2"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+grt +multiforcer"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/argtable
|
||||
dev-libs/boost:=
|
||||
dev-libs/protobuf
|
||||
dev-util/nvidia-cuda-sdk[examples(+)]
|
||||
net-misc/curl"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/Cryptohaze-Combined"
|
||||
|
||||
src_compile() {
|
||||
use grt && emake -j1 \
|
||||
CUDA_INSTALL_PATH=/opt/cuda \
|
||||
CUDA_SDK_INSTALL_PATH=/opt/cuda/sdk grt
|
||||
|
||||
use multiforcer && emake -j1 \
|
||||
CUDA_INSTALL_PATH=/opt/cuda \
|
||||
CUDA_SDK_INSTALL_PATH=/opt/cuda/sdk multiforcer
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/${PN}
|
||||
cp -R "${S}"/binaries/* "${ED}"/opt/${PN}
|
||||
dodir /usr/bin
|
||||
for i in $(ls -1 /opt/${PN})
|
||||
do
|
||||
if [ "${i}" != "kernels" ]
|
||||
then
|
||||
echo '#! /bin/sh' > "${ED}"/usr/bin/${i}
|
||||
echo "cd /opt/${PN}" >> "${ED}"/usr/bin/${i}
|
||||
echo 'echo "Warning: running from $(pwd) so be careful of relative paths."' >> "${ED}"/usr/bin/${i}
|
||||
echo "./${i} $@" >> "${ED}"/usr/bin/${i}
|
||||
fperms +x /usr/bin/${i}
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="grt">Build GRT utilities</flag>
|
||||
<flag name="multiforcer">Enable multiforcer build stuff</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue