# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PV=${PV/_beta/b} DESCRIPTION="HTML to PostScript converter" HOMEPAGE="http://user.it.uu.se/~jan/html2ps.html" SRC_URI="http://user.it.uu.se/~jan/${PN}-${MY_PV}.tar.gz" KEYWORDS="~x86 ~amd64" SLOT="0" LICENSE="GPL-2" S=${WORKDIR}/${PN}-${MY_PV} DEPEND="dev-lang/perl" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-conf.patch || die epatch ${FILESDIR}/${P}-perl.patch || die } src_install () { dobin html2ps contrib/xhtml2ps/xhtml2ps doman html2ps.1 html2psrc.5 dodoc COPYING README html2ps.html sample newdoc contrib/xhtml2ps/README README.xhtml2ps insinto /etc ; doins html2psrc }