# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit latex-package DESCRIPTION="powerdot is a presentation class for LaTeX" HOMEPAGE="http://stuwww.uvt.nl/~hendri/Downloads/powerdot.html" SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="x86" DEPEND="virtual/tetex app-arch/unzip >=app-text/tetex-3" # >=dev-tex/xkeyval-2.5c IUSE="" S=${WORKDIR}/${PN} src_install() { cd ${S} insinto ${TEXMF}/tex/latex/${PN}/ doins run/*.sty run/*.cls run/*.ps if has_version 'app-office/lyx' ; then insinto /usr/share/lyx/layouts doins doc/lyx/*.layout || die insinto /usr/share/lyx/examples doins doc/lyx/*.lyx || die fi dodoc README doc/*.tex insinto /usr/share/doc/${PF} doins doc/*.pdf }