# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/scigraphica/scigraphica-0.8.0-r2.ebuild,v 1.2 2005/05/09 18:04:34 dholm Exp $ inherit eutils DESCRIPTION="Libraries for Scigraphica - a scientific application for data analysis and technical graphics" SRC_URI="mirror://sourceforge/scigraphica/${P}.tar.gz" HOMEPAGE="http://scigraphica.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" DEPEND=">=x11-libs/gtk+extra-2.1.0 >=dev-lang/python-2 >=dev-python/numarray-1.3.1 >=dev-libs/libxml2-2.4.10 >=media-libs/libart_lgpl-2.3 >=intltool-0.27.2" src_compile() { local myconf="" ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ ${myconf} || die "Configuration Failed" emake || die "Make Failed" } src_install() { make DESTDIR=${D} install || die "Installation Failed" dodoc AUTHORS ChangeLog FAQ.compile \ INSTALL NEWS README TODO }