This commit is contained in:
Anton Bolshakov 2021-06-21 22:31:41 +08:00
parent cc5ade2cf0
commit 25bd077de9
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 4921 additions and 8 deletions

View file

@ -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
}

File diff suppressed because it is too large Load diff