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-libs/coot-data/coot-data-2.ebuild

34 lines
1016 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/coot-data/coot-data-2.ebuild,v 1.5 2011/11/21 15:31:44 jlec Exp $
EAPI="3"
DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
HOMEPAGE="http://www.biop.ox.ac.uk/coot/"
#SRC_URI="http://www.ysbl.york.ac.uk/~emsley/software/extras/reference-structures.tar.gz"
SRC_URI="mirror://gentoo/reference-structures-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE=""
RESTRICT="binchecks strip"
S="${WORKDIR}"
src_install() {
insinto /usr/share/coot
doins -r reference-structures || die
# Coot looks in the wrong spot for the monomer library
# Listens to ccp4's CCP4_LIB rather than CLIBD_MON
cat >> "${T}"/coot <<- EOF
COOT_REFMAC_LIB_DIR="${EPREFIX}/usr/share/ccp4/"
COOT_REF_STRUCTS="${EPREFIX}/usr/share/coot/reference-structures/"
EOF
newenvd "${T}"/coot 20coot || die
}