# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Cgtkcalc is a simple complex number calculator for GTK+" HOMEPAGE="http://cgtkcalc.sourceforge.net/" SRC_URI="http://cgtkcalc.sourceforge.net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=x11-libs/gtk+-1.2.0" src_unpack() { unpack ${A} ; cd ${S} } src_compile() { econf emake } src_install () { einstall }