# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/sciposter/sciposter.1.15.ebuild,v 1.0 2006/02/02 Exp $ inherit latex-package DESCRIPTION="LaTeX class for producing poster for scientific conferences." HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/sciposter.html" # Downloaded from: # http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/sciposter.zip SRC_URI="mirror://gentoo/${P}.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="doc" # sciposter requires packages: a0size, boxedminipage, color, graphics, ifthen, # shadow, times (AFAICS all are in tetex) DEPEND="virtual/tetex" S="${WORKDIR}/${PN}" src_compile() { return } src_install() { insinto /usr/share/texmf/tex/latex/sciposter doins *.cfg *.cls if use doc; then insinto /usr/share/doc/${PF} doins -r sciposterexample scipostermanual.pdf README fi }