summaryrefslogtreecommitdiff
blob: 1d9be664d1ef216d3fa253d21fc2d45c89c1dadf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/"

inherit subversion toolchain-funcs multilib

DESCRIPTION="Omegle Plugin for Pidgin"
HOMEPAGE="http://code.google.com/p/pidgin-omegle/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="net-im/pidgin
	dev-libs/glib:2
	dev-libs/json-glib"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	cp "${FILESDIR}"/Makefile .
	tc-export CC LD
}

src_install() {
	insinto /usr/$(get_libdir)/purple-2
	insopts -m755
	doins libomegle.so
}