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

inherit autotools subversion

DESCRIPTION="A library for building NX clients"
HOMEPAGE="http://svn.berlios.de/wsvn/freenx/nxcl"

ESVN_REPO_URI="svn://svn.berlios.de/freenx/trunk/freenx-client/nxcl"

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

DEPEND="dbus? ( sys-apps/dbus )
	net-misc/nx"
RDEPEND="${DEPEND}"

src_unpack() {
	subversion_src_unpack
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
}