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/clashlist/clashlist-3.17.ebuild

26 lines
661 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/clashlist/clashlist-3.17.ebuild,v 1.4 2012/06/13 08:00:44 jdhore Exp $
EAPI=4
DESCRIPTION="Build lists of van der Waals clashes from an input PDB file"
HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php"
SRC_URI="mirror://gentoo/molprobity-${PV}.tgz"
SLOT="0"
LICENSE="richardson"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
<=sci-chemistry/cluster-1.3.081231
sci-chemistry/probe"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_install() {
dobin molprobity3/bin/clashlist
}