diff options
Diffstat (limited to 'sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild')
-rw-r--r-- | sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild b/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild index 1f6304c96ff2..a6147135c0dc 100644 --- a/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild +++ b/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.1 2011/01/16 12:27:49 grozin Exp $ -EAPI="4" -DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions." +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.2 2011/01/17 14:57:48 grozin Exp $ +EAPI="3" +DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions" HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/" IUSE="" SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz" @@ -11,3 +11,9 @@ SLOT="0" KEYWORDS="~x86" RDEPEND=">=sci-mathematics/ginac-1.5" DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install + rm -f "${D}"usr/lib/*.la + dodoc AUTHORS ChangeLog +} |