# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="Extcalc graphical scientific calculator based on QT3" HOMEPAGE="http://extcalc-linux.sourceforge.net/" SRC_URI="mirror://sourceforge/extcalc-linux/${P}.tar.gz" KEYWORDS="~amd64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" LANGS="de en" IUSE="linguas_de linguas_en" DEPEND=">=x11-libs/qt-3.3.0 virtual/opengl" RDEPEND="${DEPEND}" src_compile() { econf $(use_enable linguas_de language_de) || die "could not configure" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" use !linguas_de && rm doc/help_de.html dodoc "${WORKDIR}"/doc/* }