# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # inherit distutils eutils multilib DESCRIPTION="Scicraft is a powerful open source data analysis software with an easy-to-use graphical user interface." HOMEPAGE="http://scicraft.org" #SRC_URI="http://scicraft.org/files/" SRC_URI="http://scicraft.org/files/${PN}_${PV}.tar.gz" LICENSE="GPL-2" IUSE="" SLOT="0" KEYWORDS="~amd64 ppc x86" DEPEND=">=dev-lang/python-2.3.3 =x11-libs/qt-3* >=dev-python/PyQt-3.13 >=dev-python/pyqwt-0.97 >=dev-lang/R-1.8.1 >=dev-python/rpy-0.3.5 >=sci-libs/vtk-4.2.4 >=dev-python/numeric-23.3 >=sci-mathematics/octave-2.1.71" src_compile() { distutils_src_compile } src_install() { cd ${S} make examples.tgz #distutils_src_install python setup.py install --prefix=/usr --root=${D} #python setup.py install dodoc HISTORY COPYING }