net-dialup/atinout - 0.9.1 (guru)

Search

Install

Install this version:

emerge -a =net-dialup/atinout-0.9.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-dialup/atinout-0.9.1

Or alternatively:

emerge --autounmask-write -a =net-dialup/atinout-0.9.1

Package Information

Description:
AT commands as input are sent to modem and responses given as output
Homepage:
https://atinout.sourceforge.net/index.html
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.9.1 7 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="AT commands as input are sent to modem and responses given as output"
HOMEPAGE="https://atinout.sourceforge.net/index.html"
SRC_URI="https://netix.dl.sourceforge.net/project/atinout/v0.9.1/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

PATCHES=(
	"${FILESDIR}"/0001-make-gcc-happy-by-adding-fallthrough-comment.patch
	"${FILESDIR}"/0002-do-not-rely-on-CR-in-modem-output.patch
	"${FILESDIR}"/0003-patch-makefile.patch
)

src_compile() {
	tc-export CC
	emake
}

Inherited Eclasses

Manifest for 0.9.1

Type File Size Source URLs
DIST atinout-0.9.1.tar.gz 24117 bytes https://netix.dl.sourceforge.net/project/atinout/v0.9.1/atinout-0.9.1.tar.gz