You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild

27 lines
690 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild,v 1.4 2013/09/01 15:52:18 ago Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz"
KEYWORDS="amd64 ppc ~ppc64 x86"
LICENSE="GPL-3"
IUSE=""
SLOT="0"
RDEPEND=">=net-libs/ccrtp-2
>=dev-cpp/commoncpp2-1.5.1
|| (
>=dev-libs/openssl-0.9.8[-bindist]
dev-libs/libgcrypt:0=
)"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( AUTHORS README.md )