# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20110126.ebuild,v 1.3 2011/06/21 16:00:11 jlec Exp $ EAPI="5" inherit eutils fortran-2 flag-o-matic multilib toolchain-funcs DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" SRC_URI="http://www.cryst.chem.uu.nl/xraysoft/unix/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="examples" # Can't do libf2c dependent on whether "${T}"/env.d newenvd "${T}"/env.d 50platon || die dodoc README.* || die if use examples; then insinto /usr/share/${PN} doins -r TEST || die fi }