sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / sci-libs / clashscore-db / clashscore-db-3.17.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Clashscore-db for clashlist"
7 HOMEPAGE="http://kinemage.biochem.duke.edu/"
8 SRC_URI="mirror://gentoo/molprobity-${PV}.tgz"
9
10 SLOT="0"
11 LICENSE="richardson"
12 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
13 IUSE=""
14
15 RESTRICT="binchecks strip"
16
17 S="${WORKDIR}"
18
19 src_install() {
20         insinto /usr/share/clashscore
21         doins molprobity3/lib/clashscore.db.tab
22 }