Install this version:
emerge -a =net-dialup/tcpser-1.1.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-dialup/tcpser-1.1.4
Or alternatively:
emerge --autounmask-write -a =net-dialup/tcpser-1.1.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.4 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Hayes Smartmodem emulator over TCP/IP"
HOMEPAGE="https://github.com/go4retro/tcpser"
SRC_URI="https://github.com/go4retro/tcpser/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
# Fix CR-LF incompatibility with patch
eapply --binary "${FILESDIR}/${P}_dont-hardcode-cflags-and-ldflags.patch"
make all CC=$(tc-getCC)
}
src_install() {
dobin tcpser
doman man/tcpser.1
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tcpser-1.1.4.tar.gz | 111605 bytes | https://github.com/go4retro/tcpser/archive/refs/tags/v1.1.4.tar.gz |