mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
asleap: fix https://github.com/joswr1ght/asleap/issues/5
This commit is contained in:
parent
cc5ade2cf0
commit
25bd077de9
2 changed files with 4921 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -11,22 +11,22 @@ HOMEPAGE="https://github.com/joswr1ght/asleap"
|
|||
HASH_COMMIT="254acabba34cb44608c9d2dcf7a147553d3d5ba3"
|
||||
SRC_URI="https://github.com/joswr1ght/asleap/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
#KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/openssl
|
||||
net-libs/libpcap
|
||||
=sys-libs/libxcrypt-2.4*"
|
||||
RDEPEND="dev-libs/openssl
|
||||
net-libs/libpcap"
|
||||
# =sys-libs/libxcrypt-2.4*"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
src_prepare() {
|
||||
# eapply "${FILESDIR}"
|
||||
|
||||
eapply "${FILESDIR}/7.patch"
|
||||
|
||||
sed -e "s/-pipe//;s/-Wall//;s/-g3 -ggdb -g/${CFLAGS}/" \
|
||||
-i Makefile || die
|
||||
|
|
@ -46,5 +46,5 @@ src_compile() {
|
|||
src_install() {
|
||||
dosbin asleap
|
||||
newbin genkeys asleap-genkeys
|
||||
dodoc THANKS README
|
||||
dodoc THANKS.md README.md
|
||||
}
|
||||
|
|
|
|||
4913
app-crypt/asleap/files/7.patch
Normal file
4913
app-crypt/asleap/files/7.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue