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

inherit bzr
EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/"
EBZR_BRANCH="ldm-trunk"
EBZR_BOOTSTRAP="autogen.sh"

DESCRIPTION="LTSP Display Manager"
HOMEPAGE="http://www.ltsp.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-libs/glib-2.6
	>=x11-libs/gtk+-2.2"
RDEPEND="${DEPEND} net-misc/ltsp-client"
src_unpack() {
	bzr_src_unpack
}

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

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