diff options
Diffstat (limited to 'sci-chemistry/scala/scala-3.3.18-r2.ebuild')
-rw-r--r-- | sci-chemistry/scala/scala-3.3.18-r2.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/sci-chemistry/scala/scala-3.3.18-r2.ebuild b/sci-chemistry/scala/scala-3.3.18-r2.ebuild new file mode 100644 index 000000000000..6e2d5a820a5f --- /dev/null +++ b/sci-chemistry/scala/scala-3.3.18-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.18-r2.ebuild,v 1.1 2011/04/10 15:38:20 jlec Exp $ + +EAPI="2" + +inherit autotools eutils + +DESCRIPTION="Scale together multiple observations of reflections" +HOMEPAGE="http://www.ccp4.ac.uk/dist/html/scala.html" +SRC_URI="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/${P}.tar.gz" + +LICENSE="ccp4" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + sci-libs/ccp4-libs + virtual/lapack + !<sci-chemistry/ccp4-6.1.2" +DEPEND=" + ${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/${PV}-gcc4.6.patch + cp "${FILESDIR}"/{configure.ac,Makefile.am} "${S}" + eautoreconf +} + +src_install() { + exeinto /usr/libexec/ccp4/bin/ + doexe ${PN} || die + dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN} + dodoc ${PN}.doc || die + dohtml ${PN}.html || die +} |