summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libcapi/libcapi-3.0.7-r1.ebuild')
-rw-r--r--net-libs/libcapi/libcapi-3.0.7-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/libcapi/libcapi-3.0.7-r1.ebuild b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild
new file mode 100644
index 000000000000..20351c76ae66
--- /dev/null
+++ b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+inherit autotools-multilib
+
+DESCRIPTION="CAPI library used by AVM products"
+HOMEPAGE="http://www.tabos.org/ffgtk"
+SRC_URI="http://www.tabos.org/ffgtk/download/libcapi20-${PV}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/capi20"
+
+RDEPEND="!net-dialup/capi4k-utils"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-remove-libcapi20dyn.patch" )