summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/librvp/librvp-0.7.ebuild')
-rw-r--r--net-im/librvp/librvp-0.7.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/librvp/librvp-0.7.ebuild b/net-im/librvp/librvp-0.7.ebuild
new file mode 100644
index 000000000000..6f95c7070541
--- /dev/null
+++ b/net-im/librvp/librvp-0.7.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/librvp/librvp-0.7.ebuild,v 1.1 2006/03/25 04:38:03 jmglov Exp $
+
+DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Gaim 1.0 and upward"
+HOMEPAGE="http://www.waider.ie/hacks/workshop/c/rvp/"
+SRC_URI="http://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=net-im/gaim-1.0.0"
+
+src_install() {
+ make install DESTDIR=${D} || die "install failure"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README rvp_protocol.txt
+}