diff options
Diffstat (limited to 'media-gfx/keyjnote/keyjnote-0.10.2.ebuild')
-rw-r--r-- | media-gfx/keyjnote/keyjnote-0.10.2.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-gfx/keyjnote/keyjnote-0.10.2.ebuild b/media-gfx/keyjnote/keyjnote-0.10.2.ebuild new file mode 100644 index 0000000..addb0e8 --- /dev/null +++ b/media-gfx/keyjnote/keyjnote-0.10.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/keyjnote/keyjnote-0.10.1a.ebuild,v 1.2 2007/12/13 19:31:26 maekke Exp $ + +DESCRIPTION="Pdf viewer and presentation program" +HOMEPAGE="http://keyjnote.sf.net" +SRC_URI="mirror://sourceforge/${PN}/KeyJnote-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S="${WORKDIR}/KeyJnote-${PV}" + +DEPEND=">=dev-lang/python-2.3 + dev-python/pyopengl + dev-python/pygame + dev-python/imaging + || ( app-text/poppler virtual/ghostscript ) + app-text/pdftk + x11-misc/xdg-utils" + +src_install() { + newbin keyjnote.py keyjnote || die + dodoc demo.pdf keyjnote.html || die +} |