summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 15:16:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 19:27:50 +0200
commit2b31e443c6e267f444094fc35990ce2fa424b420 (patch)
treee3db81db0e926bbeef24678a97b503b37e49748d /net-libs
parent*/*: Drop all to ~ppc, ~ppc64 (diff)
downloadkde-sunset-2b31e443c6e267f444094fc35990ce2fa424b420.tar.gz
kde-sunset-2b31e443c6e267f444094fc35990ce2fa424b420.tar.bz2
kde-sunset-2b31e443c6e267f444094fc35990ce2fa424b420.zip
net-libs/ccrtp: Import 2.1.2 from before last-rites
Required by net-voip/twinkle. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/ccrtp/Manifest1
-rw-r--r--net-libs/ccrtp/ccrtp-2.1.2.ebuild33
-rw-r--r--net-libs/ccrtp/metadata.xml5
3 files changed, 39 insertions, 0 deletions
diff --git a/net-libs/ccrtp/Manifest b/net-libs/ccrtp/Manifest
new file mode 100644
index 00000000..65c28fe5
--- /dev/null
+++ b/net-libs/ccrtp/Manifest
@@ -0,0 +1 @@
+DIST ccrtp-2.1.2.tar.gz 764869 BLAKE2B 8fc3aa22e715078dae64407da8b8c2dc6740994dad7bf7dab6369b1708e6261619107dd7484b1ec801b7a8bbb30d3387d8fab9c3503adf09209b2b8aeb6df56d SHA512 a835f57a0eef7cba11c55c93ce2f11ebd8ab4099e7c723043c51e4872f3da87af946fc50fac18b47ea5d72b2a1227b377810e9134c1f3a8982d4ce5944d043e9
diff --git a/net-libs/ccrtp/ccrtp-2.1.2.ebuild b/net-libs/ccrtp/ccrtp-2.1.2.ebuild
new file mode 100644
index 00000000..8e66d038
--- /dev/null
+++ b/net-libs/ccrtp/ccrtp-2.1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="GNU ccRTP - Implementation of the IETF real-time transport protocol"
+HOMEPAGE="https://www.gnu.org/software/ccrtp/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
+LICENSE="GPL-2"
+IUSE="doc"
+SLOT="0/2"
+
+RDEPEND="
+ >=dev-cpp/commoncpp2-1.3.0:0=
+ dev-libs/libgcrypt:0=
+ >=dev-libs/ucommon-6.2.2:=
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ use doc && HTML_DOCS="doc/html/*"
+ default
+ find "${D}" -name '*.la' -delete || die
+}
diff --git a/net-libs/ccrtp/metadata.xml b/net-libs/ccrtp/metadata.xml
new file mode 100644
index 00000000..6f49eba8
--- /dev/null
+++ b/net-libs/ccrtp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>