# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ DESCRIPTION="A fullscreen RPN calculator for the console" HOMEPAGE="http://pessimization.com/software/orpie/" SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc -sparc x86" IUSE="" DEPEND="dev-lang/ocaml sys-libs/ncurses sci-libs/gsl" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc README ChangeLog doc/TODO || die insinto /usr/share/doc/${PF} doins doc/manual.pdf doc/manual.html || die }