Install this version:
emerge -a =net-analyzer/sbd-1.37
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/sbd-1.37
Or alternatively:
emerge --autounmask-write -a =net-analyzer/sbd-1.37
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Netcat-clone, designed to be portable and offer strong encryption"
HOMEPAGE="http://tigerteam.se/dl/sbd/"
SRC_URI="http://tigerteam.se/dl/sbd/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
src_prepare() {
default
sed -i \
-e '/ -o /{ s| $(UNIX_LDFLAGS) $(LDFLAGS)||g;s|$(CFLAGS)|& $(LDFLAGS)|g }' \
Makefile || die
}
src_compile() {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
unix
}
src_install() {
dobin sbd
dodoc CHANGES README
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sbd-1.37.tar.gz | 83991 bytes | http://tigerteam.se/dl/sbd/sbd-1.37.tar.gz |