# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A library for the symbolic expansion of a certain class of transcendental functions" HOMEPAGE="http://www.fis.unipr.it/~stefanw/nestedsums/" SRC_URI="http://www.fis.unipr.it/~stefanw/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" # Specific versions to maintain validation DEPEND=">=sys-devel/gcc-3.3 >=app-sci/ginac-1.1.5" #RDEPEND="" src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die dodoc AUTHORS COPYING INSTALL }