# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/dvipost/dvipost-1.0.ebuild,v 1.4 2004/12/28 20:59:46 absinthe Exp $ inherit latex-package eutils DESCRIPTION="post processor for dvi files" HOMEPAGE="http://efeu.cybertec.at/index_en.html" SRC_URI="http://efeu.cybertec.at/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/tetex" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-src_test.diff } src_compile() { local myconf="" local flags="${CFLAGS}" econf || die "configure failed" emake || die "emake failed" } src_install() { dobin dvipost dosym /usr/bin/dvipost /usr/bin/pptex dosym /usr/bin/dvipost /usr/bin/pplatex insinto /usr/share/texmf/tex/latex/misc/ insopts -m0644 doins dvipost.sty dodoc dvipost.doc CHANGELOG NOTES README dohtml dvipost.html newman ${S}/dvipost.man dvipost.1 }