summaryrefslogtreecommitdiff
blob: 592340ae541d792c9b2c2202037554ef6668c93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/rpc/rpc-0.98.ebuild,v 1.3 2003/10/28 03:24:48 mr_bones_ Exp $

inherit eutils

DESCRIPTION="A fullscreen console-based RPN calculator that uses the curses library"

SRC_URI="http://www.eecs.umich.edu/~pelzlpj/rpc/${P}.tar.gz"
HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/rpc/"

KEYWORDS="x86 ppc sparc"
LICENSE="GPL-2"
SLOT="0"

DEPEND=">=dev-libs/ccmath-2.2
	sys-libs/ncurses"

IUSE=""

src_install() {
	einstall || die
	dodoc ChangeLog README TODO doc/{DESIGN,manual} || die "dodoc failed"
}