# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools-utils fortran-2 DESCRIPTION="CCP4 ccif lib" HOMEPAGE="http://www.ccp4.ac.uk/" SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="LGPL-3" IUSE="static-libs" RDEPEND="virtual/fortran" DEPEND="${RDEPEND}"