# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Pdf viewer and presentation program, based on K**j****" HOMEPAGE="http://www.cs.rit.edu/~jrm8005/accentuate.html" SRC_URI="http://www.cs.rit.edu/~jrm8005/etc/accentuate" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RESTRICT="nomirror" DEPEND=">=dev-lang/python-2.3 dev-python/pyopengl dev-python/pygame dev-python/imaging || ( app-text/poppler virtual/ghostscript ) app-text/pdftk dev-python/pylirc !media-gfx/keyjnote" src_unpack() { cp "${DISTDIR}/${PN}" "${WORKDIR}/${PN}" } src_install() { newbin "${WORKDIR}/${PN}" ${PN} || die }