Files
guru/net-dialup/atinout/atinout-0.9.1-r1.ebuild
Joe Kappus 3610b6426a net-dialup/atinout: update HOMEPAGE
Signed-off-by: Joe Kappus <joe@wt.gd>
2023-01-29 04:15:51 -05:00

26 lines
629 B
Bash

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