blob: 87a307be4868eba106d03e422b1fbb90a8947b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcalctool/gcalctool-4.1.9.ebuild,v 1.4 2003/02/13 12:17:11 vapier Exp $
inherit gnome2 debug
S=${WORKDIR}/${P}
DESCRIPTION="A scientific calculator for Gnome2"
HOMEPAGE="http://calctool.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
DEPEND=">=x11-libs/gtk+-2"
RDEPEND="${DEPEND}
sys-devel/gettext"
DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"
|