| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/librvp-0.9.7.ebuild,v 1.1 2009/08/28 15:31:45 vostorga Exp $ |
| 4 |
|
| 5 |
EAPI="2" |
| 6 |
|
| 7 |
inherit multilib |
| 8 |
|
| 9 |
DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin" |
| 10 |
HOMEPAGE="http://www.waider.ie/hacks/workshop/c/rvp/" |
| 11 |
SRC_URI="http://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz" |
| 12 |
|
| 13 |
LICENSE="GPL-2" |
| 14 |
SLOT="0" |
| 15 |
KEYWORDS="~amd64 ~x86" |
| 16 |
IUSE="" |
| 17 |
|
| 18 |
RDEPEND="net-im/pidgin[gtk]" |
| 19 |
DEPEND="virtual/pkgconfig |
| 20 |
${RDEPEND}" |
| 21 |
|
| 22 |
src_configure() { |
| 23 |
econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \ |
| 24 |
--with-gaim-data-dir=/usr/share/pixmaps/pidgin |
| 25 |
} |
| 26 |
|
| 27 |
src_install() { |
| 28 |
make install DESTDIR="${D}" || die "install failure" |
| 29 |
dodoc AUTHORS ChangeLog INSTALL NEWS README |
| 30 |
} |