# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="produces PDF offprints from Stanford Encyclopedia of Philosophy entries" HOMEPAGE="http://johnmacfarlane.net/sep-offprint.html" SRC_URI="http://johnmacfarlane.net/sep-offprint" KEYWORDS="~x86" SLOT="0" LICENSE="None" DEPEND="virtual/ghostscript dev-perl/libwww-perl app-text/html2ps" # html2ps not in portage tree; available from http://bugs.gentoo.org/show_bug.cgi?id=7210 # you need to make a local portage overlay, see http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds src_unpack() { cp ${DISTDIR}/${PN} ${WORKDIR} } src_install() { dobin ${WORKDIR}/${PN} }