From 129160ec854dca4c3fedb5bcfbcb56930371da0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2021 21:06:00 +0000 Subject: gentoo new year resync : 01.01.2021 --- net-misc/sipsak/sipsak-0.9.8.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-misc/sipsak/sipsak-0.9.8.ebuild (limited to 'net-misc/sipsak/sipsak-0.9.8.ebuild') diff --git a/net-misc/sipsak/sipsak-0.9.8.ebuild b/net-misc/sipsak/sipsak-0.9.8.ebuild new file mode 100644 index 000000000000..765b6a9ffd0d --- /dev/null +++ b/net-misc/sipsak/sipsak-0.9.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic + +DESCRIPTION="small command line tool for testing SIP applications and devices" +HOMEPAGE="https://github.com/nils-ohlmeier/sipsak" +SRC_URI="https://github.com/nils-ohlmeier/sipsak/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + net-dns/c-ares + net-libs/gnutls:=" +DEPEND="${RDEPEND} + test? ( dev-libs/check )" + +src_configure() { + append-cflags -std=gnu89 -fcommon + econf +} -- cgit v1.2.3