# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Epigrass is a simulator of epidemics on networks" HOMEPAGE="epigrass.sourceforge.net" SRC_URI="mirror://sourceforge/epigrass/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="python opengl mysql latex" DEPEND=">=dev-db/mysql-4.0.22 >=dev-python/matplotlib-0.80 >=dev-python/mysql-python-0.92 >=dev-python/numeric-23.0 >=dev-python/PyQt-3.13 >=dev-python/pygame-1.6 >=app-text/tetex-2.0.2-r5 >=dev-libs/boost-1.31.0 >=dev-python/visual-3.2.1 >=x11-libs/gtkglarea-1.99.0 >=dev-lang/R-2.0 >=dev-python/rpy-0.4.1" S=${WORKDIR}/${P} src_install() { distutils_src_install exeinto /usr/sbin doexe abex cd docs dodoc TODO ChangeLog README COPYING CREDITS } pkg_postinst() { einfo """You now have to install rpy. If the ebuild version fails, you must build and install it from source. Go to rpy.sourceforge.com for instructions. """ }