diff options
Diffstat (limited to 'sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild')
-rw-r--r-- | sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild new file mode 100644 index 000000000000..7bed425330c3 --- /dev/null +++ b/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~x86 ~amd64-linux ~x86-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} +} |