net-dialup/tcpser - 1.1.4 (guru)

Search

Install

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

Package Information

Description:
Hayes Smartmodem emulator over TCP/IP
Homepage:
https://github.com/go4retro/tcpser
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.1.4 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Manifest for 1.1.4

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