summaryrefslogtreecommitdiff
blob: 57619af5341ba5bc38156fe2cfd9b72db68841e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MY_PN="${PN/-bin}"

DESCRIPTION="Prints various statistics (that are not available from XDS itself)"
HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT"
SRC_URI="
	amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 )
	x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 )
"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux"
IUSE=""

RDEPEND="sci-chemistry/xds-bin"
DEPEND=""

RESTRICT="mirror"

QA_PREBUILT="opt/bin/*"

S="${WORKDIR}"

src_install() {
	exeinto /opt/bin
	newexe ${MY_PN}* ${MY_PN}
}