# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" DESCRIPTION="LTSP Display Manager Daemon" HOMEPAGE="http://www.ltsp.org/" # revision 1434 on 2012-04-30 is the last ldminfod change in the ldm trunk # using the first release after that SRC_URI="https://launchpad.net/ltsp/ldm-trunk/2.2.10/+download/ldm-2.2.10.tar.xz" LICENSE="GPL-2" SLOT="0" RESTRICT="mirror" KEYWORDS="amd64 x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} sys-apps/xinetd" S=${WORKDIR}/ldm src_install() { dosbin ldminfod/ldminfod insinto /etc/xinetd.d doins ldminfod/xinetd.d/* doman ldminfod/doc/ldminfod.8 }