# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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" SLOT="0" LICENSE="free-noncomm" 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 dodoc README.* if use examples; then insinto /usr/share/${PN} doins -r TEST fi }