mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
21 lines
571 B
Bash
21 lines
571 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="set of tools to audit VoIP servers and devices using SIP protocol"
|
|
HOMEPAGE="https://github.com/Pepelux/sippts"
|
|
SRC_URI="https://github.com/Pepelux/sippts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="dev-perl/IO-Socket-Timeout
|
|
dev-perl/NetAddr-IP
|
|
dev-perl/String-HexConvert
|
|
dev-perl/Net-Pcap
|
|
dev-perl/Net-Address-IP-Local
|
|
dev-perl/DBD-SQLite"
|
|
DEPEND="${RDEPEND}
|
|
dev-lang/perl[ithreads]"
|