mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
samdump2: updates
This commit is contained in:
parent
d4cef75ae3
commit
08e5cdf985
1 changed files with 3 additions and 4 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Windows NT/2k/XP/Vista sam hash dumper"
|
||||
HOMEPAGE="https://sourceforge.net/projects/ophcrack/files/"
|
||||
SRC_URI="mirror://sourceforge/ophcrack/${PN}/${P}.tar.bz2"
|
||||
SRC_URI="https://downloads.sourceforge.net/ophcrack/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -23,7 +23,6 @@ src_prepare() {
|
|||
sed -i \
|
||||
-e "s|CFLAGS =|CFLAGS +=|" \
|
||||
-e 's|= -lssl|= -lssl -lcrypto|g' \
|
||||
-e "s|VERSION = \(.*\)|VERSION = ${PV}|" \
|
||||
Makefile || die
|
||||
|
||||
default
|
||||
|
|
|
|||
Loading…
Reference in a new issue