# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" EBZR_REVISION="" EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-docwriters/ltsp/ltsp-docs-trunk" inherit autotools bzr DESCRIPTION="LTSP documentation" HOMEPAGE="http://www.ltsp.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" # Default to nfs until nbd works DEPEND="app-text/xmlto app-text/docbook-xml-dtd:4.5 app-text/dblatex" RDEPEND="" src_unpack() { bzr_src_unpack cd ${S} epatch "${FILESDIR}"/${P}-dblatex.patch eautoconf } src_install() { doman lts.conf.5 dodoc LTSPManual.pdf dodoc LTSPManual.html }