mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
rcracki_mt: updates
This commit is contained in:
parent
2db8334076
commit
400f33d642
1 changed files with 2 additions and 3 deletions
|
|
@ -7,8 +7,9 @@ inherit autotools desktop toolchain-funcs unpacker xdg-utils
|
|||
|
||||
DESCRIPTION="Perform a rainbow table attack on password hashes"
|
||||
HOMEPAGE="https://freerainbowtables.com/"
|
||||
SRC_URI="mirror://sourceforge/rcracki/rcracki_mt_${PV}_src.7z -> ${P}.7z"
|
||||
SRC_URI="https://downloads.sourceforge.net/rcracki/${PN}_${PV}_src.7z -> ${P}.7z"
|
||||
|
||||
S="${WORKDIR}/rcracki_mt_${PV}_src/${PN}"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
|
@ -30,8 +31,6 @@ RDEPEND="
|
|||
)"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/rcracki_mt_${PV}_src/${PN}"
|
||||
|
||||
src_prepare() {
|
||||
eapply -p2 "${FILESDIR}/rcracki_mt-share.patch"
|
||||
eapply -p2 "${FILESDIR}/add-openssl-1.1.0-api-support.patch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue