summaryrefslogtreecommitdiff
blob: f6d397e157de10b822dbd74383f164013677450d (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_PN=haze
DESCRIPTION="A libpurple based connection manager for Telepathy"
HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
SRC_URI="http://salami.ox.compsoc.net/~resiak/${MY_PN}/${MY_PN}-${PV}.tar.gz"

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

S=${WORKDIR}/${MY_PN}-${PV}

RDEPEND=">=net-im/pidgin-2.0.0
	>=dev-libs/glib-2
	dev-libs/dbus-glib
	net-libs/telepathy-glib"
DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "emake failed"
	dodoc AUTHOR NEWS
}