summaryrefslogtreecommitdiff
blob: 461e419ab8a6dad119efcd34094bd37c11067e02 (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
34
35
36
37
38
39
40
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

inherit autotools

DESCRIPTION="LTSP Display Manager"
HOMEPAGE="http://www.ltsp.org/"
SRC_URI="https://launchpad.net/ltsp/${PN}-trunk/${PV}/+download/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
RESTRICT="mirror"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=dev-libs/glib-2.21
	>=x11-libs/gtk+-2.18
	app-text/iso-codes
	dev-util/pkgconfig
	>=dev-util/intltool-0.35.0"
RDEPEND="${DEPEND} 
	x11-themes/gtk-engines
	x11-apps/xdm
	x11-base/xorg-server"
S=${WORKDIR}/${PN}


src_prepare() {
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install
	dosym ltsp /usr/share/ldm/themes/default

	dodoc README
	dodoc README-DEVELOPMENT-POLICY
	dodoc LTSP_LOGO_COPYRIGHT
}