summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-09 23:30:56 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-09 23:30:56 +0000
commit3b48c42737159b2e4bca46226634a048fdf9be9f (patch)
treed227a20d0c41960a9458cd8793f4253083d05f9a /net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild
parentStable on hppa. (diff)
downloadhistorical-3b48c42737159b2e4bca46226634a048fdf9be9f.tar.gz
historical-3b48c42737159b2e4bca46226634a048fdf9be9f.tar.bz2
historical-3b48c42737159b2e4bca46226634a048fdf9be9f.zip
version bump
Package-Manager: portage-2.1_rc4-r4
Diffstat (limited to 'net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild')
-rw-r--r--net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild b/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild
new file mode 100644
index 000000000000..30ac290d9504
--- /dev/null
+++ b/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.1 2006/06/09 23:29:46 genstef Exp $
+
+DESCRIPTION="Tapioca XMPP protocol"
+HOMEPAGE="http://tapioca-voip.sf.net"
+SRC_URI="mirror://sourceforge/tapioca-voip/${P}.tar.gz"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~x86"
+IUSE=""
+RDEPEND="net-im/tapiocad
+ net-libs/libjingle
+ >=dev-libs/glib-2
+ sys-apps/dbus"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+}