/[gentoo-x86]/net-im/librvp/librvp-0.9.7.ebuild
Gentoo

Contents of /net-im/librvp/librvp-0.9.7.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri May 4 06:22:13 2012 UTC (13 months, 2 weeks ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines
dev-util/pkgconfig -> virtual/pkgconfig

(Portage version: 2.2.0_alpha101/cvs/Linux i686)

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 }

  ViewVC Help
Powered by ViewVC 1.1.20