mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 15:54:54 +01:00
sipp: remove in Getoo's favour
This commit is contained in:
parent
37355ce15c
commit
31beb2dfec
2 changed files with 0 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST sipp-3.6.0.tar.gz 1055201 BLAKE2B 48b431bfc33d3a03e6e972ef3ce184989afb12c7e0f20c6c3cf9b72ebcd65cb12cf4cab2b90e010d16e17b9bb4832f42915b104ea9bd1253242d304ab4f3cb32 SHA512 eecbc18a18558a3fbc4f7c841d1fc8bd5be4b0c5d2bb363a12faf730f3c6a0773a24f07dbf062e68baf1a93b21686fa09258d0e08b45b4f941eb5d573bb25c12
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="SipBomber is a tool to stress SIP server/proxy implementations."
|
||||
HOMEPAGE="http://sipp.sourceforge.net/"
|
||||
SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/sipp-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="gsl pcap rtpstream sctp ssl"
|
||||
|
||||
DEPEND="dev-libs/openssl:0=
|
||||
sys-libs/ncurses:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with gsl) \
|
||||
$(use_with pcap) \
|
||||
$(use_with rtpstream) \
|
||||
$(use_with sctp) \
|
||||
$(use_with ssl openssl)
|
||||
}
|
||||
Loading…
Reference in a new issue