summaryrefslogtreecommitdiff
blob: 5893ba9f9c6d575fc7eb9fc480291a77cfa9347d (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/tapiocaui-0.3.0.ebuild,v 1.2 2006/05/22 00:15:21 genstef Exp $

inherit subversion mono

DESCRIPTION="Telepathy C# bindings"
HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathySharp"
#SRC_URI="mirror://sourceforge/tapioca-voip/${P}.tar.gz"
ESVN_REPO_URI="https://tapioca-voip.svn.sourceforge.net/svnroot/tapioca-voip/trunk/telepathy-sharp"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lang/mono
	net-libs/libtelepathy
	dev-dotnet/ndesk-dbus
	gnome-base/gnome-common"
RDEPEND=${DEPEND}

src_unpack() {
	subversion_src_unpack
	cd "${S}"
	NOCONFIGURE=1 ./autogen.sh || die "./autogen.sh failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README AUTHORS COPYING
}