summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-01-27 17:54:38 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-01-27 17:54:38 +0000
commit0a1887b665c34a8c72c60453918d6194f090ac90 (patch)
tree0dd4594936e5905a8a87cd0eb508b586a50c0f75 /net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-0a1887b665c34a8c72c60453918d6194f090ac90.tar.gz
historical-0a1887b665c34a8c72c60453918d6194f090ac90.tar.bz2
historical-0a1887b665c34a8c72c60453918d6194f090ac90.zip
version bump
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64
Diffstat (limited to 'net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild')
-rw-r--r--net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild
new file mode 100644
index 000000000000..2406643bcb51
--- /dev/null
+++ b/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzrtpcpp/libzrtpcpp-1.4.1.ebuild,v 1.1 2009/01/27 17:54:38 dragonheart Exp $
+
+DESCRIPTION="GNU RTP stack for the zrtp protocol specification developed by Phil Zimmermen"
+HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
+SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-2"
+IUSE=""
+SLOT="0"
+
+RDEPEND=">=net-libs/ccrtp-1.5.0
+ >=dev-cpp/commoncpp2-1.5.1
+ || ( dev-libs/libgcrypt
+ >=dev-libs/openssl-0.9.8 )"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9.0"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc README AUTHORS
+}