You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/makecif/makecif-5.6.6-r1.ebuild

42 lines
865 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6-r1.ebuild,v 1.2 2011/11/21 15:29:39 jlec Exp $
EAPI=4
inherit eutils fortran-2 toolchain-funcs
DESCRIPTION="PDB --> CIF convertor"
HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/makecif.html"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
LICENSE="ccp4"
IUSE=""
S="${WORKDIR}"/${PN}
DEPEND="
!>=sci-chemistry/refmac-5.6
virtual/fortran"
RDEPEND="${DEPEND}
sci-libs/monomer-db"
src_prepare() {
epatch "${FILESDIR}"/${PV}-makefile.patch
}
src_compile() {
emake -C src clean
emake \
-C src \
BLANC_FORT="$(tc-getFC) ${FFLAGS}" \
LDFLAGS="${LDFLAGS}"
}
src_install() {
dobin bin/*
dodoc readme
}