# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A GTK2 based algebraic and RPN calculator" HOMEPAGE="http://galculator.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="X gtk2" DEPEND="libglade >=x11-libs/gtk+-2.2.1" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS ABOUT-NLS }