summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild')
-rw-r--r--net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
new file mode 100644
index 000000000000..ca57c177b156
--- /dev/null
+++ b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild,v 1.1 2007/06/28 13:25:58 coldwind Exp $
+
+DESCRIPTION="Full-featured IRC connection manager for Telepathy."
+HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
+SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-libs/dbus-glib
+ >=dev-libs/glib-2.8.6
+ dev-libs/openssl
+ net-libs/telepathy-glib
+ sys-apps/dbus"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS || die
+}