diff options
Diffstat (limited to 'net-misc/ldminfod/ldminfod-20101007.ebuild')
-rw-r--r-- | net-misc/ldminfod/ldminfod-20101007.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/ldminfod/ldminfod-20101007.ebuild b/net-misc/ldminfod/ldminfod-20101007.ebuild new file mode 100644 index 0000000..b389a79 --- /dev/null +++ b/net-misc/ldminfod/ldminfod-20101007.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# revision 1303 on 2010-10-07 is the last ldminfod change in the ldm trunk +EBZR_REVISION="1303" +EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk" + +inherit bzr + +DESCRIPTION="LTSP Display Manager Daemon" +HOMEPAGE="http://www.ltsp.org/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="" +RDEPEND="${DEPEND} sys-apps/xinetd" + +src_unpack() { + bzr_src_unpack +} + +src_install() { + dosbin ldminfod/ldminfod + + insinto /etc/xinetd.d + doins ldminfod/xinetd.d/* + + doman ldminfod/doc/ldminfod.8 +} |